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

projectUuid
string
required

the projectId for the validation

Query Parameters

fromSettings
boolean

boolean to know if this request is made from the settings page, for analytics

jobId
string

optional jobId to get results for a specific job, used on CLI

Response

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