Skip to content

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.

from
string format: date-time

Optional inclusive window start in UTC ISO-8601 date-time format. Defaults to 24 hours before the effective end.

to
string format: date-time

Optional exclusive window end in UTC ISO-8601 date-time format. Defaults to current server time.

Permission-aware dashboard summary returned

Permission-aware dashboard aggregates for one explicit effective time window.

object
activeRuns

Runs currently active, distinct from terminal outcomes.

integer format: int64
averageDurationMillis

Mean execution duration in milliseconds; zero when no completed duration exists.

integer format: int64
averageLatencyMillis

Mean queue-to-start latency in milliseconds; zero when no started run exists.

integer format: int64
failedRuns

Failed runs in the window.

integer format: int64
from

Inclusive effective window start in UTC.

string format: date-time
jobPerformance

Per-job throughput and timing summaries.

Array<object>

Dashboard aggregate for one visible job.

object
averageDurationMillis

Mean execution duration in milliseconds.

integer format: int64
averageLatencyMillis

Mean queue-to-start latency in milliseconds.

integer format: int64
jobId

Job identifier.

string format: uuid
jobName

Job display name.

string
rowsProcessed

Rows reported by counted runs.

integer format: int64
runCount

Counted runs.

integer format: int64
outcomes

Time-bucketed run outcomes.

Array<object>

Run outcome counts for one dashboard time bucket.

object
active

Active runs in this bucket.

integer format: int64
bucket

Bucket start timestamp in UTC.

string format: date-time
failed

Failed runs in this bucket.

integer format: int64
succeeded

Successful runs in this bucket.

integer format: int64
rowsProcessed

Rows reported by counted runs; not a correctness guarantee.

integer format: int64
succeededRuns

Successfully completed runs in the window.

integer format: int64
to

Exclusive effective window end in UTC.

string format: date-time
totalJobs

Jobs visible to the current identity.

integer format: int64
totalRuns

Runs counted in the effective window.

integer format: int64

The request is malformed or fails validation.

RFC 7807 problem response. Dynamic detail text is credential-redacted.

object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference

Authentication is required or credentials are invalid.

RFC 7807 problem response. Dynamic detail text is credential-redacted.

object
detail
string
instance
string format: uri-reference
status
integer format: int32
title
string
type
string format: uri-reference