List Coda Docs
coda_list_docsSearch and list Coda documents accessible via API. Filter by title keywords, paginate results, and get metadata such as owner, creation date, and URL.
Instructions
List and search Coda documents accessible by the API token.
Returns doc titles, IDs, owner, creation dates and URLs.
Args:
query (string, optional): Filter by title keywords
limit (number): Max docs to return, 1–500 (default 25)
page_token (string, optional): Pagination token from previous response
response_format: 'markdown' or 'json'
Returns: List of docs with id, name, owner, createdAt, updatedAt, browserLink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (1–500, default 25) | |
| query | No | Search keyword in doc title | |
| 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 |