coda_list_doc_analytics
Retrieve analytics data for Coda docs including views, copies, likes, and sessions over a specified date range. Filter by doc IDs, publish status, and paginate results.
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 |
|---|---|---|---|
| limit | No | Maximum number of results (1-200) | |
| cursor | No | Pagination cursor from a previous response | |
| doc_ids | No | Filter to specific doc IDs | |
| since_date | No | Start date for analytics (ISO 8601, e.g. '2024-01-01') | |
| until_date | No | End date for analytics (ISO 8601) | |
| is_published | No | Filter to published (True) or unpublished (False) docs |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |