Skip to main content
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
explores
Error
A valid request URL is required to generate request examples
{
  "results": [
    {
      "name": "<string>",
      "label": "<string>",
      "tags": [
        "<string>"
      ],
      "databaseName": "<string>",
      "schemaName": "<string>",
      "groupLabel": "<string>",
      "groups": [
        "<string>"
      ],
      "aiHint": "<string>",
      "preAggregateSource": {
        "preAggregateName": "<string>",
        "sourceExploreName": "<string>"
      },
      "warnings": [
        {
          "message": "<string>"
        }
      ],
      "description": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://lightdash-docs-ai-prefer-verified-content.mintlify.app/llms.txt

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

Path Parameters

projectUuid
string
required

Response

Success

results
object[]
required

From T, pick a set of properties whose keys are in the union K

status
enum<string>
required
Available options:
ok