---
title: "Get validation results"
method: GET
path: "/api/v1/projects/{projectUuid}/validate"
tags: ["Projects"]
---

# Get validation results

`GET /api/v1/projects/{projectUuid}/validate`

Get validation results for a project. This will return the results of the latest validation job.

## Path parameters

- `projectUuid` string, required

## Query parameters

- `fromSettings` boolean
- `jobId` string

## Response `200`

Success

- ApiValidateResponse
  - `results` ValidationResponse[], required
    - union
      - ValidationErrorChartResponse
        - `source` 'chart' | 'dashboard' | 'table'
        - `spaceUuid` string
        - `projectUuid` string, required
        - `errorType` 'chart' | 'sorting' | 'filter' | 'metric' | 'model' | 'dimension' | 'custom metric' | 'chart configuration', required
        - `error` string, required
        - `name` string, required
        - `createdAt` string, date-time, required
        - `validationId` number, double, nullable, required
        - `validationUuid` string, required
        - `chartName` string
        - `chartViews` number, double, required
        - `lastUpdatedAt` string, date-time
        - `lastUpdatedBy` string
        - `fieldName` string
        - `chartKind` 'line' | 'horizontal_bar' | 'vertical_bar' | 'scatter' | 'area' | 'mixed' | 'pie' | 'table' | 'big_number' | 'funnel' | 'custom' | 'treemap' | 'gauge' | 'map' | 'sankey' | 'data_app_viz'
        - `chartUuid` string
      - ValidationErrorDashboardResponse
        - `source` 'chart' | 'dashboard' | 'table'
        - `spaceUuid` string
        - `projectUuid` string, required
        - `errorType` 'chart' | 'sorting' | 'filter' | 'metric' | 'model' | 'dimension' | 'custom metric' | 'chart configuration', required
        - `error` string, required
        - `name` string, required
        - `createdAt` string, date-time, required
        - `validationId` number, double, nullable, required
        - `validationUuid` string, required
        - `dashboardViews` number, double, required
        - `lastUpdatedAt` string, date-time
        - `lastUpdatedBy` string
        - `dashboardFilterErrorType` 'field_does_not_exist' | 'field_table_mismatch' | 'table_not_used_by_any_chart' | 'table_does_not_exist'
        - `tableName` string
        - `fieldName` string
        - `chartName` string
        - `dashboardUuid` string
      - ValidationErrorTableResponse — From T, pick a set of properties whose keys are in the union K
        - `projectUuid` string, required
        - `spaceUuid` string
        - `createdAt` string, date-time, required
        - `error` string, required
        - `source` 'chart' | 'dashboard' | 'table'
        - `validationUuid` string, required
        - `validationId` number, double, nullable, required
        - `errorType` 'chart' | 'sorting' | 'filter' | 'metric' | 'model' | 'dimension' | 'custom metric' | 'chart configuration', required
        - `name` string
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
