Skip to main content
POST
/
api
/
v2
/
projects
/
{projectUuid}
/
query
/
{queryUuid}
/
schedule-download
Error
A valid request URL is required to generate request examples
{
  "results": {
    "jobId": "<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
queryUuid
string
required

The UUID of the completed async query to download

Body

application/json

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

type
enum<string>
Available options:
csv,
image,
jsonl,
s3_jsonl,
xlsx
pivotConfig
object
onlyRaw
boolean
showTableNames
boolean
customLabels
object

Construct a type with a set of properties K of type T

columnOrder
string[]
hiddenFields
string[]
attachmentDownloadName
string

Response

Success

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