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
- 200
- 400
- 401
- 403
- 404
Request fulfilled, document follows
Response Headers
Bad request syntax or unsupported method
No permission -- see authorization schemes
Request forbidden -- authorization will not help
Nothing matches the given URI