Get all scheduled tasks
GET /api/scheduler/tasks
GET
/api/scheduler/tasks
Responses
Section titled “ Responses ”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
startTime
string format: date-time
endTime
string format: date-time
repeatCount
integer format: int32
executionCount
integer format: int32
timeZoneId
string
weekdayMask
integer format: int32
intervalSeconds
integer format: int32
nextRunTime
string format: date-time
lastRunTime
string format: date-time
lastRunStatus
string