Skip to main content
GET
/
v1
/
datasets
/
{id}
Get dataset by ID
curl --request GET \
  --url https://api.example.com/v1/datasets/{id}
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "metadata": {},
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "example_count": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

The ID of the dataset

Response

Successful Response

data
DatasetWithExampleCount · object
required