Skip to main content
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
artifacts
/
{artifactUuid}
/
versions
/
{versionUuid}
Error
A valid request URL is required to generate request examples
{
  "results": {
    "description": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "artifactUuid": "<string>",
    "versionNumber": 123,
    "versionUuid": "<string>",
    "title": "<string>",
    "threadUuid": "<string>",
    "promptUuid": "<string>",
    "savedQueryUuid": "<string>",
    "savedDashboardUuid": "<string>",
    "versionCreatedAt": "2023-11-07T05:31:56Z",
    "verifiedByUserUuid": "<string>",
    "verifiedAt": "2023-11-07T05:31:56Z",
    "dashboardConfig": {},
    "chartConfig": {}
  }
}

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
agentUuid
string
required
artifactUuid
string
required
versionUuid
string
required

Response

Success

results
object
required

Construct a type with the properties of T except for those in type K.

status
enum<string>
required
Available options:
ok