A valid request URL is required to generate request examples{
"results": {
"data": {
"logs": [
{
"createdAt": "2023-11-07T05:31:56Z",
"scheduledTime": "2023-11-07T05:31:56Z",
"status": "scheduled",
"task": "slackAiPrompt",
"jobId": "<string>",
"details": {
"partialFailures": [
{
"error": "<string>",
"tileUuid": "<string>",
"chartName": "<string>",
"chartUuid": "<string>",
"type": "dashboard_chart"
}
],
"createdByUserUuid": "<string>",
"organizationUuid": "<string>",
"projectUuid": "<string>"
},
"targetType": "email",
"target": "<string>",
"jobGroup": "<string>",
"schedulerUuid": "<string>"
}
],
"dashboards": [
{
"dashboardUuid": "<string>",
"name": "<string>"
}
],
"charts": [
{
"savedChartUuid": "<string>",
"name": "<string>"
}
],
"users": [
{
"userUuid": "<string>",
"lastName": "<string>",
"firstName": "<string>"
}
],
"schedulers": [
{
"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"
}Get scheduled logs
A valid request URL is required to generate request examples{
"results": {
"data": {
"logs": [
{
"createdAt": "2023-11-07T05:31:56Z",
"scheduledTime": "2023-11-07T05:31:56Z",
"status": "scheduled",
"task": "slackAiPrompt",
"jobId": "<string>",
"details": {
"partialFailures": [
{
"error": "<string>",
"tileUuid": "<string>",
"chartName": "<string>",
"chartUuid": "<string>",
"type": "dashboard_chart"
}
],
"createdByUserUuid": "<string>",
"organizationUuid": "<string>",
"projectUuid": "<string>"
},
"targetType": "email",
"target": "<string>",
"jobGroup": "<string>",
"schedulerUuid": "<string>"
}
],
"dashboards": [
{
"dashboardUuid": "<string>",
"name": "<string>"
}
],
"charts": [
{
"savedChartUuid": "<string>",
"name": "<string>"
}
],
"users": [
{
"userUuid": "<string>",
"lastName": "<string>",
"firstName": "<string>"
}
],
"schedulers": [
{
"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"
}The uuid of the project
number of items per page
page number
search query to filter logs by scheduler name
filter by log statuses (comma-separated)
filter by creator user UUIDs (comma-separated)
filter by destination types (comma-separated: email, slack, msteams)
Success
Show child attributes
Show child attributes
Show child attributes
scheduled, started, completed, error slackAiPrompt, aiAgentEvalResult, embedArtifactVersion, generateArtifactQuestion, handleScheduledDelivery, sendSlackNotification, sendEmailNotification, sendMsTeamsNotification, sendSlackBatchNotification, sendEmailBatchNotification, sendMsTeamsBatchNotification, uploadGsheets, downloadCsv, uploadGsheetFromQuery, validateProject, compileProject, createProjectWithCompile, testAndCompileProject, sqlRunner, sqlRunnerPivotQuery, replaceCustomFields, indexCatalog, generateDailyJobs, exportCsvDashboard, renameResources, cleanQueryHistory, downloadAsyncQueryResults, syncSlackChannels, generateSlackChannelSyncJobs Show child attributes
Partial failures that occurred during the scheduled delivery (e.g., some charts failed in a dashboard export)
Show child attributes
dashboard_chart This AnyType is an alias for any
The goal is to make it easier to identify any type in the codebase
without having to eslint-disable all the time
These are only used on legacy any types, don't use it for new types.
This is added on a separate file to avoid circular dependencies.
email, slack, gsheets, msteams Show child attributes
csv, xlsx, image, gsheets Show child attributes
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?