Skip to content

Get the active schedules in the system

GET
/api/v1/{tenantId}/system/active-schedules

Returns the active schedules

Plugin API access: this operation accepts a plugin JWT (PluginBearer) for its own tenant.

tenantId
required
string

OK

object
activeSchedules
Array<object>
nullable
object
status
integer format: int32
Allowed values: 0 1 2 3 4 5 6
scheduleName
string
nullable
scheduleId
string
nullable
scheduleThreadId
integer format: int64
startTime
integer format: int64

Bad Request

object
message
string
nullable
code
string
nullable

Too Many Requests

object
message
string
nullable
code
string
nullable