get_table
Retrieve detailed table information including schema, columns, and metadata from a Coda document.
Instructions
Get detailed information about a specific table including its schema, columns, and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| table_id_or_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the table. | |
| type | Yes | The type of this resource. | |
| table_type | Yes | Type of the table. | |
| href | Yes | API link to the table. | |
| browser_link | Yes | Browser-friendly link to the table. | |
| name | Yes | Name of the table. | |
| parent | Yes | Parent page of the table. | |
| parent_table | No | Parent table if this is a view. | |
| display_column | Yes | The display column for the table. | |
| row_count | Yes | Total number of rows in the table. | |
| sorts | Yes | Any sorts applied to the table. | |
| layout | Yes | Layout type of the table or view. | |
| filter | No | Detailed information about the filter formula for the table, if applicable. | |
| created_at | Yes | Timestamp for when the table was created. | |
| updated_at | Yes | Timestamp for when the table was last modified. | |
| view_id | No | ID of the view if this is a view. |