coda_list_pages
Retrieve metadata for all pages in a Coda doc to get page IDs for subsequent operations. Returns page names, IDs, hierarchy, and icons in tree order.
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 |
|---|---|---|---|
| doc_id | Yes | The doc ID containing the pages | |
| limit | No | Maximum number of pages to return (1-200) | |
| cursor | No | Pagination cursor from a previous response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |