Skip to main content
GET
/
api
/
v2
/
projects
/
{projectUuid}
/
validate
Error
A valid request URL is required to generate request examples
{
  "results": {
    "data": [
      {
        "projectUuid": "<string>",
        "errorType": "chart",
        "error": "<string>",
        "name": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "validationId": 123,
        "chartViews": 123,
        "source": "chart",
        "spaceUuid": "<string>",
        "chartName": "<string>",
        "lastUpdatedAt": "2023-11-07T05:31:56Z",
        "lastUpdatedBy": "<string>",
        "fieldName": "<string>",
        "chartKind": "line",
        "chartUuid": "<string>"
      }
    ],
    "pagination": {
      "page": 123,
      "pageSize": 123,
      "totalResults": 123,
      "totalPageCount": 123
    }
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

the projectId for the validation

Query Parameters

page
number<double>
default:1

page number (1-indexed)

pageSize
number<double>
default:20

number of results per page

searchQuery
string

search string to filter by name or error message

sortBy
enum<string>

field to sort by

Available options:
name,
createdAt,
errorType,
source
sortDirection
enum<string>

sort direction

Available options:
asc,
desc
sourceTypes
string

comma-separated list of source types to filter by

errorTypes
string

comma-separated list of error types to filter by

includeChartConfigWarnings
boolean

whether to include chart configuration warnings

fromSettings
boolean

boolean for analytics tracking

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok