Skip to main content
GET
/
datasets
/
{id}
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>"
}

Authorizations

Authorization
string
header
required

Cartesia API key

Headers

Cartesia-Version
enum<string>
required

API version header. Must be set to the API version, e.g. '2024-06-10'.

Available options:
2024-06-10,
2024-11-13,
2025-04-16
Example:

"2025-04-16"

Path Parameters

id
string
required

ID of the dataset to retrieve

Response

200 - application/json

A collection of files used for fine-tuning models

id
string
required

Unique identifier for the dataset

name
string
required

Name of the dataset

created_at
string
required

Timestamp when the dataset was created

description
string
required

Optional description of the dataset