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: Dataset or data item doesn’t exist, or user doesn’t have access
- 500 Internal Server Error: Error accessing the raw data file
GET
Get Raw Data
Documentation Index
Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get Raw Data