{
"results": {
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
},
"data": [
{
"includeLinks": true,
"notificationFrequency": "always",
"enabled": true,
"thresholds": [
{
"value": 123,
"fieldId": "<string>",
"operator": "greaterThan"
}
],
"options": {
"limit": 123,
"formatted": true
},
"dashboardName": "<string>",
"dashboardUuid": null,
"savedChartName": "<string>",
"savedChartUuid": "<string>",
"timezone": "<string>",
"cron": "<string>",
"format": "csv",
"createdByName": "<string>",
"createdBy": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"message": "<string>",
"name": "<string>",
"schedulerUuid": "<string>",
"targets": [
{
"channel": "<string>",
"schedulerUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"schedulerSlackTargetUuid": "<string>"
}
]
}
]
},
"status": "ok"
}
List all schedulers with pagination, search, and sorting
{
"results": {
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
},
"data": [
{
"includeLinks": true,
"notificationFrequency": "always",
"enabled": true,
"thresholds": [
{
"value": 123,
"fieldId": "<string>",
"operator": "greaterThan"
}
],
"options": {
"limit": 123,
"formatted": true
},
"dashboardName": "<string>",
"dashboardUuid": null,
"savedChartName": "<string>",
"savedChartUuid": "<string>",
"timezone": "<string>",
"cron": "<string>",
"format": "csv",
"createdByName": "<string>",
"createdBy": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"message": "<string>",
"name": "<string>",
"schedulerUuid": "<string>",
"targets": [
{
"channel": "<string>",
"schedulerUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"schedulerSlackTargetUuid": "<string>"
}
]
}
]
},
"status": "ok"
}
number of items per page
page number
search query to filter schedulers by name
column to sort by
name
sort direction (asc or desc)
asc
, desc
Success
The response is of type object
.