---
title: "Read Examples"
method: GET
path: "/api/v1/examples"
tags: ["examples"]
---

# Read Examples

`GET /api/v1/examples`

Get all examples by query params

## Query parameters

- `id` string[], nullable
- `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
- `metadata` string, nullable
- `full_text_contains` string[], nullable
- `splits` string[], nullable
- `dataset` string, uuid, nullable
- `offset` integer
- `limit` integer
- `order` 'recent' | 'random' | 'recently_created' | 'id'
- `random_seed` number, nullable
- `select` ExampleSelect[]
- `descending` boolean, nullable
- `filter` string, nullable

## Response `200`

Successful Response

- Example[]
  - `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)
