A valid request URL is required to generate request examples{
"results": {
"data": [
{
"includeLinks": true,
"enabled": true,
"options": {
"limit": 123,
"formatted": true,
"asAttachment": true
},
"dashboardName": "<string>",
"dashboardUuid": null,
"savedChartName": "<string>",
"savedChartUuid": "<string>",
"cron": "<string>",
"format": "csv",
"createdByName": "<string>",
"createdBy": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"schedulerUuid": "<string>",
"targets": [
{
"channel": "<string>",
"schedulerUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"schedulerSlackTargetUuid": "<string>"
}
],
"notificationFrequency": "always",
"thresholds": [
{
"value": 123,
"fieldId": "<string>",
"operator": "greaterThan"
}
],
"timezone": "<string>",
"message": "<string>",
"latestRun": {
"format": "csv",
"createdByUserName": "<string>",
"createdByUserUuid": "<string>",
"resourceName": "<string>",
"resourceUuid": "<string>",
"resourceType": "chart",
"logCounts": {
"error": 123,
"completed": 123,
"started": 123,
"scheduled": 123,
"total": 123
},
"details": {},
"createdAt": "2023-11-07T05:31:56Z",
"runStatus": "completed",
"status": "scheduled",
"scheduledTime": "2023-11-07T05:31:56Z",
"schedulerName": "<string>",
"schedulerUuid": "<string>",
"runId": "<string>"
}
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
}
},
"status": "ok"
}List all schedulers with pagination, search, sorting, and filtering
A valid request URL is required to generate request examples{
"results": {
"data": [
{
"includeLinks": true,
"enabled": true,
"options": {
"limit": 123,
"formatted": true,
"asAttachment": true
},
"dashboardName": "<string>",
"dashboardUuid": null,
"savedChartName": "<string>",
"savedChartUuid": "<string>",
"cron": "<string>",
"format": "csv",
"createdByName": "<string>",
"createdBy": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"schedulerUuid": "<string>",
"targets": [
{
"channel": "<string>",
"schedulerUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"schedulerSlackTargetUuid": "<string>"
}
],
"notificationFrequency": "always",
"thresholds": [
{
"value": 123,
"fieldId": "<string>",
"operator": "greaterThan"
}
],
"timezone": "<string>",
"message": "<string>",
"latestRun": {
"format": "csv",
"createdByUserName": "<string>",
"createdByUserUuid": "<string>",
"resourceName": "<string>",
"resourceUuid": "<string>",
"resourceType": "chart",
"logCounts": {
"error": 123,
"completed": 123,
"started": 123,
"scheduled": 123,
"total": 123
},
"details": {},
"createdAt": "2023-11-07T05:31:56Z",
"runStatus": "completed",
"status": "scheduled",
"scheduledTime": "2023-11-07T05:31:56Z",
"schedulerName": "<string>",
"schedulerUuid": "<string>",
"runId": "<string>"
}
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
}
},
"status": "ok"
}number of items per page
page number
search query to filter schedulers by name
column to sort by
name, createdAt sort direction (asc or desc)
asc, desc filter by creator user UUIDs (comma-separated)
filter by scheduler formats (comma-separated)
filter by resource type (chart or dashboard)
chart, dashboard filter by resource UUIDs (comma-separated)
filter by destination types (comma-separated: email, slack, msteams)
Success
Show child attributes
Show child attributes
csv, xlsx, image, gsheets always, once Show child attributes
csv, xlsx, image, gsheets chart, dashboard Show child attributes
completed, partial_failure, failed, running, scheduled scheduled, started, completed, error ok Was this page helpful?