doc_page_get
Retrieve a single documentation page by ID, returning title, content in markdown, tags, and metadata. Use after listing pages to get full details.
Instructions
Get a single documentation page with its full content. Returns title, section, content (markdown), tags, and metadata.
Use doc_page_list first to find the page ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The project ID. If omitted, uses the linked project. | |
| docId | Yes | The doc page ID to retrieve |