Skip to main content
GET
Get runs summary for a date range

Authorizations

Authorization
string
header
required

API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"

Authorization
string
header
required

OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"

Query Parameters

startDate
string<date-time>

Start date for the range (ISO format, defaults to yesterday)

endDate
string<date-time>

End date for the range (ISO format, defaults to now)

status
enum<integer>

Optional: Filter by specific status (Failed, Completed, etc.) 0 = Invalid; 1 = Running; 2 = Exporting; 3 = Starting; 4 = Queuing; 5 = Stopping; 6 = Failure; 7 = Failed; 8 = Stopped; 9 = Completed; 10 = Success; 11 = Skipped; 12 = Waiting

Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
includeDetails
boolean
default:true

Whether to include details of failed runs (default: true)

Response

Returns the runs summary

Response model for runs summary

startDate
string<date-time>

Start date of the range

endDate
string<date-time>

End date of the range

totalRuns
integer<int32>

Total number of runs in the date range

completedRuns
integer<int32>

Number of completed runs

failedRuns
integer<int32>

Number of failed runs

completedWithErrorsRuns
integer<int32>

Number of runs completed with errors

runningRuns
integer<int32>

Number of currently running runs

queuedRuns
integer<int32>

Number of queued runs

stoppedRuns
integer<int32>

Number of stopped runs

failedRunDetails
object[] | null

Details of failed runs (if requested)