Download dataset in specified format
datasets
Download dataset in specified format
Download dataset rows in CSV, Excel, or JSON format with download tracking
GET
Download dataset in specified format
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Download format: csv, excel, or json
Pattern:
^(csv|excel|json)$Optional row cap for preview/picker callers. When set, applies LIMIT at the database layer so we don't serialize/transfer the full dataset just to slice it client-side. Omit to download the full dataset (existing behavior).
Required range:
1 <= x <= 10000Response
Successful Response