Skip to main content
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
content-verification
Error
A valid request URL is required to generate request examples
{
  "results": [
    {
      "verifiedAt": "2023-11-07T05:31:56Z",
      "verifiedBy": {
        "lastName": "<string>",
        "firstName": "<string>",
        "userUuid": "<string>"
      },
      "spaceName": "<string>",
      "spaceUuid": "<string>",
      "name": "<string>",
      "contentUuid": "<string>",
      "contentType": "chart",
      "uuid": "<string>"
    }
  ],
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.lightdash.com/llms.txt

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

Path Parameters

projectUuid
string
required

Response

Success

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