coda_get_page
Fetch page metadata from a Coda doc: name, ID, parent, subtitle, icon, and image. Always use page IDs as names may change.
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 |