Skip to content

Get all scheduled tasks

GET
/api/scheduler/tasks

OK

Array<object>
object
id
string format: uuid
name
string
description
string
isEnabled
boolean
triggerType
string
triggerConfig
string
actionType
string
actionParameters
string
targetId
string format: uuid
nullable
startTime
string format: date-time
endTime
string format: date-time
nullable
repeatCount
integer format: int32
nullable
executionCount
integer format: int32
timeZoneId
string
weekdayMask
integer format: int32
intervalSeconds
integer format: int32
nextRunTime
string format: date-time
nullable
lastRunTime
string format: date-time
nullable
lastRunStatus
string