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_clientresourcesSessionListParams
Interface●Since v0.8

SessionListParams

Copy
interface SessionListParams

Bases

OffsetPaginationTopLevelArrayParams

Properties

property
accept: string

Header param

property
dataset_version: string | null
property
facets: boolean

Query param

property
filter: string | null
property
id: string[] | null
property
include_stats: boolean
property
limit: number
property
metadata: string | null
property
name: string | null
property
name_contains: string | null
property
offset: number
property
reference_dataset: string[] | null

Query param

property
reference_free: boolean | null

Query param

property
sort_by: SessionSortableColumns
property
sort_by_desc: boolean
property
sort_by_feedback_key: string | null

Query param

property
sort_by_feedback_source: "session" | "run" | null

Query param

property
stats_filter: string | null

Query param

property
stats_select: string[] | null

Query param

property
stats_start_time: string | null
property
tag_value_id: string[] | null
property
use_approx_stats: boolean

Inherited fromOffsetPaginationTopLevelArrayParams

Properties

Plimit: numberPoffset: number
View source on GitHub