Schedulers
getSchedulerLogs
API
My Account
- Overview
- GETGetAuthenticatedUser
- POSTRegisterUser
- PUTCreateEmailOneTimePasscode
- GETGetEmailVerificationStatus
- GETListMyAvailableOrganizations
- POSTJoinOrganization
- DELDeleteMe
- GETcreateWarehouseCredentials
- POSTupdateWarehouseCredentials
- DELdeleteWarehouseCredentials
- PATCHupdateWarehouseCredentials
- GETgetLoginOptions
- PATCHRotate personal access token
Organizations
- Overview
- GETGetMyOrganization
- PUTCreateOrganization
- PATCHUpdateMyOrganization
- DELDeleteMyOrganization
- GETListOrganizationProjects
- GETListOrganizationMembers
- GETGetOrganizationMemberByUuid
- DELDeleteOrganizationMember
- GETListOrganizationEmailDomains
- PATCHUpdateOrganizationEmailDomains
- GETListGroupsInOrganization
- POSTCreateGroupInOrganization
Projects
- Overview
- GETGetExplores
- PUTSetExplores
- GETGetExplore
- POSTCompileQuery
- POSTDownloadCsvFromExplore
- GETGetProject
- GETListChartsInProject
- GETListChartSummariesInProject `Deprecated`
- GETListSpacesInProject
- GETGetProjectAccessList
- POSTCalculateTotalFromQuery
- GETgetUserWarehouseCredentialsPreference
- PATCHupdateUserWarehouseCredentialsPreference
- GETgetCustomMetrics
- PATCHupdateProjectMetadata
- DELdeleteProjectSemanticLayerConnection
- PATCHupdateProjectSemanticLayerConnection
- GETgetDashboards
- POSTcreateDashboard
- PATCHupdateDashboards
- POSTcreatePreview
- PATCHPatch apiv1projects schedulersettings
- GETgetTags
- POSTcreateTag
- DELdeleteTag
- PATCHupdateTag
- GETgetChartsAsCode
- GETgetDashboardsAsCode
- POSTupsertChartAsCode
- POSTupsertDashboardAsCode
- GETGetLatestValidationResults
- POSTValidateProject
- DELDeleteValidationDismiss
Roles & Permissions
- PATCHUpdateOrganizationMember
- POSTCreateSpaceInProject
- GETGet apiv1projects access
- POSTGetProjectAccessList
- GETGetProjectMemberAccess
- DELRevokeProjectAccessForUser
- PATCHGrantProjectAccessToUser
- PATCHUpdateSpace
- POSTAddSpaceUserAccess
- DELRevokeSpaceAccessForUser
- POSTAddSpaceGroupAccess
- DELRevokeGroupSpaceAccess
Catalog
- GETgetCatalog
- GETgetMetadata
- GETgetAnalytics
- GETgetAnalyticsField
- GETgetMetricsCatalog
- GETgetMetric
- GETgetMetricsWithTimeDimensions
- GETgetSegmentDimensions
- POSTaddCategoryToCatalogItem
- DELremoveCategoryFromCatalogItem
- PATCHupdateCatalogItemIcon
- GETgetMetricsTree
- POSTcreateMetricsTreeEdge
- DELdeleteMetricsTreeEdge
Exports
Git Integration
User Groups
Metrics Explorer
Notifications
Charts
Schedulers
Share links
SSH Keypairs
Schedulers
getSchedulerLogs
Get scheduled logs
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
Response
200
application/json
Success
Available options:
scheduled
, started
, completed
, error
Available options:
handleScheduledDelivery
, sendEmailNotification
, sendSlackNotification
, uploadGsheets
, downloadCsv
, uploadGsheetFromQuery
, createProjectWithCompile
, compileProject
, testAndCompileProject
, validateProject
, sqlRunner
, sqlRunnerPivotQuery
, semanticLayer
, indexCatalog
Construct a type with a set of properties K of type T
Available options:
email
, slack
, gsheets
Available options:
csv
, image
, gsheets
Available options:
always
, once
Available options:
ok
{
"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"
}