coda_list_pages
List pages in a Coda doc to obtain page IDs, names, and parent info for subsequent operations. Returns paginated metadata, not content.
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 |