Skip to content

Get a scheduled task by ID

GET
/api/scheduler/tasks/{id}
id
required
string format: uuid

OK

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

Not Found