cURL
curl --request GET \ --url https://app.dimred.com/api/v1/datasets/{id}/export \ --header 'x-api-key: <api-key>'
{ "dataset_id": "<string>", "total_datapoints": 123, "datapoints": [ { "data_point_id": "<string>", "dataset_id": "<string>", "input_data": "<string>", "output_data": "<string>", "expected_output": "<string>", "data_metadata": {}, "created_at": "2023-11-07T05:31:56Z" } ], "exported_at": "2023-11-07T05:31:56Z" }
Retrieves all datapoints for a dataset. Note: Returns all datapoints without pagination.
API key for authentication. Obtain from your DimRed dashboard. The organization context is automatically derived from the API key.
Dataset identifier
Dataset exported successfully
Total number of datapoints
Array of all datapoints
Show child attributes
ISO 8601 timestamp of export
Was this page helpful?