---
title: "Read Example"
method: GET
path: "/api/v1/examples/{example_id}"
tags: ["examples"]
---

# Read Example

`GET /api/v1/examples/{example_id}`

Get a specific example.

## Path parameters

- `example_id` string, uuid, required

## Query parameters

- `as_of` union — Only modifications made on or before this time are included. If None, the latest version of the dataset is used.
  - string, date-time
  - string
- `dataset` string, uuid, nullable

## Response `200`

Successful Response

- Example — Example schema.
  - `outputs` object, nullable
  - `dataset_id` string, uuid, required
  - `source_run_id` string, uuid, nullable
  - `metadata` object, nullable
  - `inputs` object, required
  - `created_at` string, date-time
  - `id` string, uuid, required
  - `name` string, required
  - `modified_at` string, date-time, nullable
  - `attachment_urls` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
