GetOrganizationStats
GET/api/v1/organizations/:organization_id/stats
Get run statistics for an organization as time-bucketed breakdowns.
Aggregates run metrics across all workspaces in the organization via a JOIN.
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 organization.
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