Create CSV file

POST/v1/queries/:job_key/create_csv

Generate a CSV file export of existing query results. Once the CSV file has been created, a URL to the file will be available when fetching this query again.

Parameters

NameInTypeDescription
job_keyrequiredpathstringThe unique identifier for the query job
wait_forquerystringWait up to this many seconds for the CSV file to be created (to a maximum of 60)

Responses

Successful response

success * boolean
request_id * string
result * object
url * string | null The URL of the converted CSV file (if available)