GET
/
api
/
v1
/
schedulers
/
{projectUuid}
/
logs
{
  "results": {
    "logs": [
      {
        "details": {},
        "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": "handleScheduledDelivery"
      }
    ],
    "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": [
          {
            "value": 123,
            "fieldId": "<string>",
            "operator": "greaterThan"
          }
        ],
        "options": {
          "limit": 123,
          "formatted": true
        },
        "dashboardUuid": null,
        "savedChartUuid": "<string>",
        "timezone": "<string>",
        "cron": "<string>",
        "format": "csv",
        "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

Response

200
application/json
Success
results
object
required
status
enum<string>
required
Available options:
ok