get_doc_info
Retrieve detailed metadata for a Coda document using its unique ID.
Instructions
Get detailed metadata about a specific Coda doc by its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the Coda doc. | |
| type | Yes | The type of this resource. | |
| href | Yes | API link to the Coda doc. | |
| browser_link | Yes | Browser-friendly link to the Coda doc. | |
| icon | No | Info about the icon. | |
| name | Yes | Name of the doc. | |
| owner | Yes | Email address of the doc owner. | |
| owner_name | Yes | Name of the doc owner. | |
| doc_size | No | The number of components within a Coda doc. | |
| source_doc | No | Reference to a Coda doc from which this doc was copied, if any. | |
| created_at | Yes | Timestamp for when the doc was created. | |
| updated_at | Yes | Timestamp for when the doc was last modified. | |
| published | No | Information about the publishing state of the document. | |
| folder | Yes | Reference to the folder containing this doc. | |
| workspace | Yes | Reference to the workspace containing this doc. | |
| workspace_id | Yes | ID of the Coda workspace containing this doc. | |
| folder_id | Yes | ID of the Coda folder containing this doc. |