Downloads Data (either general, export or raw with no transformer)

Authentication

AuthorizationBearer

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

Path parameters

db_idintegerRequired
ID of the database that the export belongs to
export_idintegerRequired
ID of the export

Headers

x-api-keystringRequired

Request

Downloads Data with several options including general, export or raw
delimiterenumRequired
The delimiter used to parse data
Allowed values:
do_notifybooleanRequired
A flag to check if the user should be alerted when the process completes
fe_downloadbooleanRequired
A flag to format the response for download
ignore_export_selectorbooleanRequired
A flag to determine if export selector should be ignored
no_transformersbooleanOptional

A flag to return raw data (no transformers applied)

pushenumOptional
Determines if an export should get pushed or simply produce the output
Allowed values:
selected_columnslist of anyOptional
An array with the specific columns the output should include

Response

successful operation
statusstring
messagestring
datalist of objects