Get Doc Page
get_doc_pageGet a documentation page with full content and metadata. Returns title, slug, Markdown content, page type, and timestamps. Requires project context (call set_context first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The public Id (Guid) of the page | |
| versionId | Yes | The public Id (Guid) of the doc version | |
| documentationId | Yes | The public Id (Guid) of the documentation |