Skip to main content
GET
/
api
/
v1
/
public
/
{share_token}
/
examples
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.

Path Parameters

share_token
string<uuid>
required

Query Parameters

id
string<uuid>[] | null
as_of
default:latest

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

metadata
string | null
offset
integer
default:0
Required range: x >= 0
limit
integer
default:100
Required range: 1 <= x <= 100
select
enum<string>[]
Available options:
id,
created_at,
modified_at,
name,
dataset_id,
source_run_id,
metadata,
inputs,
outputs,
attachment_urls
filter
string | null

Response

Successful Response

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