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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenantId
required
string
Responses
Section titled “ Responses ”OK
object
activeSchedules
Array<object>
object
status
integer format: int32
scheduleName
string
scheduleId
string
scheduleThreadId
integer format: int64
startTime
integer format: int64
Bad Request
object
message
string
code
string
Too Many Requests
object
message
string
code
string