coda_list_docs
List Coda docs accessible with your API token, returning metadata like name, owner, and timestamps. Filter by search query, ownership, 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 |
|---|---|---|---|
| query | No | Search query to filter docs by name | |
| is_owner | No | Filter to docs owned by the API token owner | |
| folder_id | No | Filter to docs in a specific folder | |
| limit | No | Maximum number of docs to return (1-200) | |
| cursor | No | Pagination cursor from a previous response | |
| response_format | No | 'json' for structured data, 'markdown' for readable text | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |