メインコンテンツへスキップ
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>"
}

承認

Authorization
string
header
必須

Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.

ヘッダー

Cartesia-Version
enum<string>
必須

API version header.

利用可能なオプション:
2026-03-01
:

"2026-03-01"

パスパラメータ

id
string
必須

ID of the dataset to retrieve

レスポンス

200 - application/json

A collection of files used for fine-tuning models

id
string
必須

Unique identifier for the dataset

name
string
必須

Name of the dataset

created_at
string
必須

Timestamp when the dataset was created

description
string
必須

Optional description of the dataset