Error
A valid request URL is required to generate request examples{
"results": {
"jobId": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}v2
Download results
Downloads query results in various formats with custom formatting options
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"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
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.
Available options:
csv, image, jsonl, s3_jsonl, xlsx Show child attributes
Show child attributes
Construct a type with a set of properties K of type T
Show child attributes
Show child attributes
- Option 1
- Option 2
Show child attributes
Show child attributes
Was this page helpful?