coda_list_pages
Retrieve a tree-ordered list of all pages in a Coda document, including page ID, name, parent page, and icon. Use page IDs for subsequent operations.
Instructions
List all pages in a Coda doc.
Returns page metadata including name, ID, parent page, and icon. Pages are returned in their tree order. Does NOT return page content — use coda_get_page_content for that. Use the returned page IDs (not names) for all subsequent page operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of pages to return (1-200) | |
| cursor | No | Pagination cursor from a previous response | |
| doc_id | Yes | The doc ID containing the pages |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |