Skip to main content

GetWorkspaceStats

GET 

/api/v1/workspaces/:workspace_id/stats

Get run statistics for a workspace as time-bucketed breakdowns.

Returns aggregated run metrics (total runs, duration, status breakdown) bucketed by time_started. The start and end parameters are naive datetimes interpreted in the timezone specified by tz. Bucket timestamps in the response are always returned as UTC.

Requires READ permission on the workspace.

Request

Responses

Request fulfilled, document follows

Response Headers