coda_get_table
Retrieve metadata (name, ID, type, row count) for a single table or view in a Coda doc. Does not include row data.
Instructions
Get metadata for a single table or view in a Coda doc.
Returns the table's name, ID, type, row count, parent page, and sort/filter info. Does NOT return row data or column definitions — use coda_list_rows and coda_list_columns for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The doc ID containing the table | |
| table_id_or_name | Yes | Table ID or name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |