Skip to main content
GET
/
v1
/
datasets
/
{id}
/
examples
{
  "data": {
    "dataset_id": "<string>",
    "version_id": "<string>",
    "examples": [
      {
        "id": "<string>",
        "input": {},
        "output": {},
        "metadata": {},
        "updated_at": "2023-11-07T05:31:56Z"
      }
    ]
  }
}

Path Parameters

id
string
required

The ID of the dataset

Query Parameters

version_id
string | null

The ID of the dataset version (if omitted, returns data from the latest version)

Response

Successful Response

data
object
required