cURL
curl --request GET \ --url https://api.cartesia.ai/datasets/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Cartesia-Version: <cartesia-version>'
{ "id": "<string>", "name": "<string>", "created_at": "<string>", "description": "<string>" }
Retrieve a specific dataset by ID
Cartesia API key
API version header. Must be set to the API version, e.g. '2024-06-10'.
2024-06-10
2024-11-13
2025-04-16
"2025-04-16"
ID of the dataset to retrieve
A collection of files used for fine-tuning models
Unique identifier for the dataset
Name of the dataset
Timestamp when the dataset was created
Optional description of the dataset