coda_get_page
Retrieves metadata for a Coda doc page, including name, ID, parent, subtitle, icon, and image. Use page IDs for reliable access.
Instructions
Get metadata for a single page in a Coda doc.
Returns the page's name, ID, parent, subtitle, icon, and image. Does NOT return the page's text content — use coda_get_page_content for that. Page names can change; always use page IDs for reliable access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID containing the page | |
| page_id_or_name | Yes | Page ID or name (prefer ID — names are unstable) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |