list_pages
Retrieve all pages from any Coda document using pagination. Specify the document ID and optional limits to manage large result sets.
Instructions
List all pages in a Coda doc with pagination support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| limit | No | ||
| page_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | List of pages. | |
| href | No | API link to these results. | |
| next_page_token | No | Token for fetching the next page of results. | |
| next_page_link | No | Link to the next page of results. |