Skip to main content
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
validate
/
chart
/
{chartUuid}
Error
A valid request URL is required to generate request examples
{
  "results": {
    "errors": [
      {
        "name": "<string>",
        "projectUuid": "<string>",
        "error": "<string>",
        "errorType": "chart",
        "source": "chart",
        "fieldName": "<string>",
        "chartUuid": "<string>",
        "chartName": "<string>"
      }
    ]
  },
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://lightdash-work-with-ai-section-1771841038.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

projectUuid
string
required

the project UUID

chartUuid
string
required

the chart UUID to validate

Response

Success

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