Get the dashboard summary
GET/api/v1/dashboard/summary
Aggregates only jobs visible to the authenticated identity. Omitted bounds produce an effective 24-hour window ending at the current server time; from must be before to.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”Optional inclusive window start in UTC ISO-8601 date-time format. Defaults to 24 hours before the effective end.
Optional exclusive window end in UTC ISO-8601 date-time format. Defaults to current server time.
Responses
Section titled “Responses”Permission-aware dashboard summary returned
Permission-aware dashboard aggregates for one explicit effective time window.
object
Runs currently active, distinct from terminal outcomes.
Mean execution duration in milliseconds; zero when no completed duration exists.
Mean queue-to-start latency in milliseconds; zero when no started run exists.
Failed runs in the window.
Inclusive effective window start in UTC.
Per-job throughput and timing summaries.
Dashboard aggregate for one visible job.
object
Mean execution duration in milliseconds.
Mean queue-to-start latency in milliseconds.
Job identifier.
Job display name.
Rows reported by counted runs.
Counted runs.
Time-bucketed run outcomes.
Run outcome counts for one dashboard time bucket.
object
Active runs in this bucket.
Bucket start timestamp in UTC.
Failed runs in this bucket.
Successful runs in this bucket.
Rows reported by counted runs; not a correctness guarantee.
Successfully completed runs in the window.
Exclusive effective window end in UTC.
Jobs visible to the current identity.
Runs counted in the effective window.
The request is malformed or fails validation.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
Authentication is required or credentials are invalid.
RFC 7807 problem response. Dynamic detail text is credential-redacted.