Get query results url

Get a url to download query results as a CSV

Path parameters

query_idstringRequired

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

queryIdstring

Query id

downloadUrlstring

Results download url

Errors