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

Path Parameters

projectUuid
string
required
queryUuid
string
required

The UUID of the completed async query to download

Body

application/json

From T, pick a set of properties whose keys are in the union 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