coda_list_tables
List all tables and views in a Coda document, returning metadata like name, ID, type, row count, and parent page.
Instructions
List all tables and views in a Coda doc.
Returns table metadata including name, ID, type (table or view), row count, and parent page. Does NOT return row data — use coda_list_rows for that. Use coda_list_columns to get the column schema of a specific table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID to list tables from | |
| table_types | No | Filter by type: 'table' for base tables, 'view' for views | |
| limit | No | Maximum number of tables to return (1-200) | |
| cursor | No | Pagination cursor from a previous response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |