GET
/
api
/
v1
/
schedulers
/
{projectUuid}
/
list
{
  "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"
}

Path Parameters

projectUuid
string
required

Query Parameters

pageSize
number

number of items per page

page
number

page number

searchQuery
string

search query to filter schedulers by name

sortBy
enum<string>

column to sort by

Available options:
name
sortDirection
enum<string>

sort direction (asc or desc)

Available options:
asc,
desc

Response

200
application/json

Success

The response is of type object.