---
title: "Read Shared Examples"
method: GET
path: "/api/v1/public/{share_token}/examples"
tags: ["public"]
---

# Read Shared Examples

`GET /api/v1/public/{share_token}/examples`

Get example by ids or the shared example if not specifed.

## Path parameters

- `share_token` string, uuid, required

## 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
- `offset` integer
- `limit` integer
- `select` ExampleSelect[]
- `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)
