latestOpenAPI 3.1.02026-08-223391355.6 KB

aa8d44585147

analytics

Get workspace analytics

Plan: Business or higher

Returns workspace-wide analytics time series aggregated across the workspace's projects. Not paginated: the response always covers the full requested window and cursor/limit parameters are not supported — narrow the date range or use daily granularity to reduce response size.

get/v1/workspaces/{workspace_id}/analytics

Path parameters

workspace_idstring required

Workspace ID

Workspace ID

Query parameters

start_datestring

Start date in RFC 3339 format (e.g. 2026-07-01T00:00:00Z). Required.

Start date in RFC 3339 format (e.g. 2026-07-01T00:00:00Z). Required.

end_datestring

End date in RFC 3339 format (e.g. 2026-07-08T00:00:00Z). Required.

End date in RFC 3339 format (e.g. 2026-07-08T00:00:00Z). Required.

startDatestring

Deprecated alias for start_date.

Deprecated alias for start_date.

endDatestring

Deprecated alias for end_date.

Deprecated alias for end_date.

granularity'hourly' | 'daily'

Time bucket size: hourly or daily (default: daily)

Time bucket size: hourly or daily (default: daily)

Response

OK