Skip to main content
GET
/
api
/
v1
/
schedulers
/
{projectUuid}
/
logs
{
  "results": {
    "pagination": {
      "page": 123,
      "pageSize": 123,
      "totalResults": 123,
      "totalPageCount": 123
    },
    "data": {
      "logs": [
        {
          "details": {
            "createdByUserUuid": "<string>",
            "organizationUuid": "<string>",
            "projectUuid": "<string>"
          },
          "targetType": "email",
          "target": "<string>",
          "status": "scheduled",
          "createdAt": "2023-11-07T05:31:56Z",
          "scheduledTime": "2023-11-07T05:31:56Z",
          "jobGroup": "<string>",
          "jobId": "<string>",
          "schedulerUuid": "<string>",
          "task": "slackAiPrompt"
        }
      ],
      "dashboards": [
        {
          "dashboardUuid": "<string>",
          "name": "<string>"
        }
      ],
      "charts": [
        {
          "savedChartUuid": "<string>",
          "name": "<string>"
        }
      ],
      "users": [
        {
          "userUuid": "<string>",
          "lastName": "<string>",
          "firstName": "<string>"
        }
      ],
      "schedulers": [
        {
          "includeLinks": true,
          "notificationFrequency": "always",
          "enabled": true,
          "thresholds": [
            {}
          ],
          "options": {
            "asAttachment": true,
            "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

The uuid of the project

Query Parameters

pageSize
number

number of items per page

page
number

page number

searchQuery
string

search query to filter logs by scheduler name

statuses
string

filter by log statuses (comma-separated)

createdByUserUuids
string

filter by creator user UUIDs (comma-separated)

destinations
string

filter by destination types (comma-separated: email, slack, msteams)

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok