get_page
Retrieve detailed metadata for a page in a Coda document by specifying its ID or name, enabling focused information access.
Instructions
Get detailed metadata about a specific page by its ID or name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| page_id_or_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the page. | |
| type | Yes | The type of this resource. | |
| href | Yes | API link to the page. | |
| browser_link | Yes | Browser-friendly link to the page. | |
| name | Yes | Name of the page. | |
| subtitle | No | Subtitle of the page. | |
| icon | No | Icon for the page. | |
| image | No | Cover image for the page. | |
| content_type | Yes | The type of content on the page. | |
| is_hidden | Yes | Whether the page is hidden in the UI. | |
| is_effectively_hidden | Yes | Whether the page or any of its parents is hidden in the UI. | |
| parent | No | Reference to the parent page. | |
| children | Yes | Child pages of this page. |