Skip to main content
GET
/
api
/
v1
/
examples
/
{example_id}
Error
A valid request URL is required to generate request examples
{
  "dataset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "inputs": {},
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "outputs": {},
  "source_run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "metadata": {},
  "created_at": "2023-11-07T05:31:56Z",
  "modified_at": "2023-11-07T05:31:56Z",
  "attachment_urls": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

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

Authorizations

X-API-Key
string
header
required

Path Parameters

example_id
string<uuid>
required

Query Parameters

as_of
default:latest

Only modifications made on or before this time are included. If None, the latest version of the dataset is used.

dataset
string<uuid> | null

Response

Successful Response

Example schema.

dataset_id
string<uuid>
required
inputs
Inputs · object
required
id
string<uuid>
required
name
string
required
outputs
Outputs · object
source_run_id
string<uuid> | null
metadata
Metadata · object
created_at
string<date-time>
modified_at
string<date-time> | null
attachment_urls
Attachment Urls · object