v2

latestOpenAPI 3.1.02026-07-312954143.9 KB
CSV Exports

List available bulk export files for a dataset

List the per-day export files available on S3 for a dataset.

Each entry includes the partition date, object size, and last-modified timestamp; combine with GET /{dataset_id}/{date} to fetch a presigned URL for any specific file.

get/csv-exports/{dataset_id}

Path parameters

dataset_idstring required

Query parameters

yearinteger nullable

Optional. Restrict the listing to a single year.

Optional. Restrict the listing to a single year.

monthinteger nullable

Optional. Restrict the listing to a single month. Requires year.

Optional. Restrict the listing to a single month. Requires year.

file_type'csv'

File format to list. Currently only csv (gzipped).

File format to list. Currently only csv (gzipped).

api_keystring nullable

API key for authentication (query)

API key for authentication (query)

Headers

x-api-keystring nullable

API key for authentication (header)

API key for authentication (header)

Response

Successful Response

dataset_idstring required
file_type'csv' required
countinteger required