Schedulers
Get apiv1schedulers logs
Get scheduled logs
GET
/
api
/
v1
/
schedulers
/
{projectUuid}
/
logs
Copy
Ask AI
{
"results": {
"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": [
{
"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
Response
200
application/json
Success
The response is of type object
.
Copy
Ask AI
{
"results": {
"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": [
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.