Skip to main content
GET
Get all schedules for a specific agent

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}"

Path Parameters

agentId
integer<int32>
required

The ID of the agent

Response

Returns the list of schedules

id
integer<int64>
configId
integer<int32>
name
string | null
schedule
string | null
localSchedule
string | null
timezone
string | null
nextRunTime
string<date-time> | null
startTime
string<date-time> | null
scheduleType
enum<integer>

0 = None; 1 = RunOnce; 2 = RunEvery; 3 = CRON

Available options:
0,
1,
2,
3
isEnabled
boolean
runEveryCount
integer<int32> | null
runEveryPeriod
integer<int32> | null
inputParameters
string | null
parallelism
integer<int32> | null
parallelMaxConcurrency
integer<int32> | null
parallelExport
enum<string>

0 = Combined; 1 = Separated

Available options:
Combined,
Separated
proxyPoolId
integer<int32> | null
serverGroupId
integer<int32> | null
logLevel
enum<string>

0 = Fatal; 1 = Error; 2 = Warning; 3 = Info

Available options:
Fatal,
Error,
Warning,
Info
logMode
enum<string>

0 = Text; 1 = TextAndHtml

Available options:
Text,
TextAndHtml
isExclusive
boolean
isWaitOnFailure
boolean
created
string<date-time>
updated
string<date-time>