Skip to main content
GET
Get all upcoming scheduled runs in 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)

endDate
string<date-time>

End date for the range (ISO format)

Response

Returns the list of upcoming scheduled runs

scheduleId
integer<int64>
agentId
integer<int32>
agentName
string | null
scheduleName
string | null
nextRunTime
string<date-time> | null
timezone
string | null
isEnabled
boolean