LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesExampleListParams
Interface●Since v0.8

ExampleListParams

Copy
interface ExampleListParams

Bases

OffsetPaginationTopLevelArrayParams

Properties

property
as_of: string | string & __type

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

property
dataset: string | null
property
descending: boolean | null
property
filter: string | null
property
full_text_contains: string[] | null
property
id: string[] | null
property
limit: number
property
metadata: string | null
property
offset: number
property
order: "id" | "recent" | "random" | "recently_created"

Enum for run start date order.

property
random_seed: number | null
property
select: ExampleSelect[]
property
splits: string[] | null

Inherited fromOffsetPaginationTopLevelArrayParams

Properties

Plimit: numberPoffset: number
View source on GitHub