datasets
Get Raw Data
Download the raw data file for a specific data item.
This endpoint allows users to download the original, unprocessed data file for a specific data item within a dataset. The file is returned as a direct download with appropriate headers.
Path Parameters
- dataset_id (UUID): The unique identifier of the dataset containing the data
- data_id (UUID): The unique identifier of the data item to download
Response
Returns the raw data file as a downloadable response.
Error Codes
- 404 Not Found: Data item doesn’t exist in the dataset, or its raw file is missing
- 500 Internal Server Error: Error accessing the raw data file
- 501 Not Implemented: Raw data is stored on an unsupported storage scheme
GET
Get Raw Data
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Dataset UUID, the id field from GET /api/v1/datasets (not the name)
Example:
"b8a7c3de-4f5a-4b6c-8d9e-0f1a2b3c4d5e"
Data item UUID, from GET /api/v1/datasets/{dataset_id}/data
Example:
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Response
Successful Response
Get Raw Data