Get Portal Page
get_portal_pageRetrieve a single PUBLISHED documentation page by slug, with its full Markdown content. Only pages from the latest published version are accessible. Use search_portal_docs to discover slugs. Requires project context (call set_context first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSlug | Yes | The slug of the page to retrieve | |
| documentationId | Yes | The public Id (Guid) of the documentation |