v3
latestOpenAPI 3.0.0©2023 All Rights Reserved2026-08-0659315450.0 KBanalytics
<Warning>
This API is currently provided as a preview. Be aware of the following:
- There might be unannounced breaking changes.
- Any breaking changes to preview APIs won't produce a new API version.
- Public integrations that use preview APIs will not pass the review process, and can't be made available to all Canva users.
Gets the aggregated analytics for a design.
The response includes total views, unique viewers, and view duration metrics.
get/v1/designs/{designId}/analytics
Path parameters
designIdstring required
The design ID.
Response
OK
Example response
{
"average_view_duration_seconds": 42,
"total_view_duration_seconds": 5040,
"unique_view_count": 87,
"total_view_count": 120
}