coda_list_doc_analytics
List engagement metrics for Coda docs, including views, copies, likes, and sessions over a date range. Available only to doc owners.
Instructions
List analytics data for docs (views, copies, likes, sessions).
Returns usage metrics for docs over the specified date range. Includes total views, unique views, copies, and other engagement metrics. Only available to doc owners. Use coda_get_doc_analytics_summary for aggregated totals instead of per-doc breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_ids | No | Filter to specific doc IDs | |
| is_published | No | Filter to published (True) or unpublished (False) docs | |
| since_date | No | Start date for analytics (ISO 8601, e.g. '2024-01-01') | |
| until_date | No | End date for analytics (ISO 8601) | |
| limit | No | Maximum number of results (1-200) | |
| cursor | No | Pagination cursor from a previous response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |