Get query results url

Get a url to download query results as a CSV

Path parameters

query_idstringRequiredformat: "uuid4"
The unique identifier for the query

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Query results download information
queryIdstringformat: "uuid4"
Query id
downloadUrlstring
Results download url

Errors