CSV Exports
Path parameters
dataset_idstringRequired
export_datestring · dateRequired
ISO 8601 date of the partition, e.g. 2025-03-14.
Query parameters
file_typeconst: csvOptionalDefault:
File format. Currently only csv (gzipped) is available.
csvapi_keyany ofOptional
API key for authentication (query)
stringOptional
nullOptional
Header parameters
x-api-keyany ofOptional
API key for authentication (header)
stringOptional
nullOptional
Responses
200
Successful Response
application/json
presigned_urlstringRequired
Time-limited HTTPS URL to download the requested file.
expires_in_secondsintegerRequired
Number of seconds the presigned URL is valid for.
bucketstringRequired
S3 bucket the object lives in.
object_keystringRequired
S3 object key the URL points to.
422
Validation Error
application/json
get
/csv-exports/{dataset_id}/{export_date}Path parameters
dataset_idstringRequired
Query parameters
yearany ofOptional
Optional. Restrict the listing to a single year.
integer · min: 1900 · max: 9999Optional
nullOptional
monthany ofOptional
Optional. Restrict the listing to a single month. Requires year.
integer · min: 1 · max: 12Optional
nullOptional
file_typeconst: csvOptionalDefault:
File format to list. Currently only csv (gzipped).
csvapi_keyany ofOptional
API key for authentication (query)
stringOptional
nullOptional
Header parameters
x-api-keyany ofOptional
API key for authentication (header)
stringOptional
nullOptional
Responses
200
Successful Response
application/json
dataset_idstringRequired
file_typeconst: csvRequired
countintegerRequired
422
Validation Error
application/json
get
/csv-exports/{dataset_id}Last updated
Was this helpful?

