coda_list_docs
List Coda docs accessible to your API token, returning metadata like name, owner, and timestamps. Supports pagination, search by name, and filtering by owner or folder.
Instructions
List Coda docs accessible to the current API token.
Returns doc metadata including name, owner, folder, and timestamps. Does NOT return page content or table data — use coda_list_pages or coda_list_tables for those. Rate-limited to 4 calls per 6 seconds. Use the query parameter to search by doc name. Pass cursor to paginate through results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of docs to return (1-200) | |
| query | No | Search query to filter docs by name | |
| cursor | No | Pagination cursor from a previous response | |
| is_owner | No | Filter to docs owned by the API token owner | |
| folder_id | No | Filter to docs in a specific folder | |
| response_format | No | 'json' for structured data, 'markdown' for readable text | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |