Projects
GetLatestValidationResults
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
Projects
GetLatestValidationResults
Get validation results for a project. This will return the results of the latest validation job.
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
validate
{
"results": [
{
"source": "chart",
"spaceUuid": "<string>",
"projectUuid": "<string>",
"errorType": "chart",
"error": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"validationId": 123,
"chartName": "<string>",
"chartViews": 123,
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"lastUpdatedBy": "<string>",
"fieldName": "<string>",
"chartKind": "line",
"chartUuid": "<string>"
}
],
"status": "ok"
}
Path Parameters
the projectId for the validation
Query Parameters
boolean to know if this request is made from the settings page, for analytics
optional jobId to get results for a specific job, used on CLI
Response
200
application/json
Success
Available options:
chart
, sorting
, filter
, metric
, model
, dimension
, custom metric
Available options:
chart
, dashboard
, table
Available options:
line
, horizontal_bar
, vertical_bar
, scatter
, area
, mixed
, pie
, table
, big_number
, funnel
, custom
Available options:
ok
{
"results": [
{
"source": "chart",
"spaceUuid": "<string>",
"projectUuid": "<string>",
"errorType": "chart",
"error": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"validationId": 123,
"chartName": "<string>",
"chartViews": 123,
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"lastUpdatedBy": "<string>",
"fieldName": "<string>",
"chartKind": "line",
"chartUuid": "<string>"
}
],
"status": "ok"
}