PendiumDocs

get_agent_page

Fetch one agent-site page including its body.

Fetch one page on the brand's agent site, including its body (markdown extracted from the page's sections). Use after list_agent_pages to read the full content before proposing an edit with update_agent_page.

Authentication: Required. The agent must belong to the authenticated account (owner, admin, or a group-shared member).

Parameters

ParameterTypeRequiredDescription
agentPageIdstringYesThe page to fetch (from list_agent_pages).

Returns

success, the syntheticId, and a page object with agentPageId, type, title, slug, status, metaDescription, body, publishedAt, updatedAt, and generating (whether its AI content is still being filled in). A page belonging to a different agent returns a generic not-found error.

On this page