List Coda Pages
coda_list_pagesList all pages within a Coda document, returning their IDs, names, and links, with support for pagination and output in Markdown or JSON.
Instructions
List all pages in a Coda document.
Args:
doc_id (string): The document ID
limit (number): Max pages to return (default 25)
page_token (string, optional): Pagination token
response_format: 'markdown' or 'json'
Returns: List of pages with id, name, type, browserLink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (1–500, default 25) | |
| doc_id | Yes | Coda document ID | |
| page_token | No | Token for next page of results (from previous response) | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |