Skip to main content
POST
/
api
/
v2
/
projects
/
{projectUuid}
/
query
/
{queryUuid}
/
schedule-download
{
  "results": {
    "jobId": "<string>"
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required
queryUuid
string
required

Body

application/json
type
enum<string>
Available options:
csv,
image,
jsonl,
s3_jsonl,
xlsx
pivotConfig
object
onlyRaw
boolean
showTableNames
boolean
customLabels
object
columnOrder
string[]
hiddenFields
string[]
attachmentDownloadName
string

Response

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