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

This endpoint returns an object.
queryIdstring

Query id

downloadUrlstring

Results download url

Errors