coda_get_doc
Retrieve metadata for a Coda doc including name, owner, folder, timestamps, and size using its document ID.
Instructions
Get metadata for a single Coda doc by ID.
Returns name, owner email, folder, created/updated timestamps, and doc size. Does NOT return page content or table data — use coda_list_pages or coda_list_tables for those. The doc_id can be obtained from coda_list_docs or coda_resolve_browser_link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | The ID of the doc (from coda_list_docs or coda_resolve_browser_link) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |