list_docs
List your Coda documents with filters for ownership, publication, starred status, and more, ordered by recent activity.
Instructions
List Coda docs accessible by the user (defaults to your own unpublished docs) - returns docs in reverse chronological order by most recent activity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_owner | No | ||
| is_published | No | ||
| query | No | ||
| source_doc | No | ||
| is_starred | No | ||
| in_gallery | No | ||
| workspace_id | No | ||
| folder_id | No | ||
| limit | No | ||
| page_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of Coda docs. | |
| href | No | API link to these results | |
| next_page_token | No | If specified, an opaque token used to fetch the next page of results. | |
| next_page_link | No | If specified, a link that can be used to fetch the next page of results. |