list_tables
List all tables and views in a Coda document, with optional filtering by table type and sorting by name.
Instructions
List all tables and views in a Coda doc with optional filtering and sorting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| limit | No | ||
| page_token | No | ||
| sort_by | No | ||
| table_types | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of table references. | |
| 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. |