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_clientresourcesrunsRunQueryV2Params
Interface●Since v0.9

RunQueryV2Params

Copy
interface RunQueryV2Params

Bases

ItemsCursorPostPaginationParams

Properties

property
Accept: string

Header param: application/json

property
cursor: string
property
filter: string
property
has_error: boolean

Body param: has_error filters to runs that errored (true) or completed without error (false).

property
ids: string[]

Body param: ids optionally limits the request to these run UUIDs.

property
is_root: boolean

is_root is true when this run has no parent (it is the trace root).

property
max_start_time: string
property
min_start_time: string
property
page_size: number
property
project_ids: string[]
property
reference_dataset_id: string
property
reference_examples: string[]

Body param: reference_examples optionally limits to runs linked to these dataset example UUIDs.

property
run_type: "TOOL" | "CHAIN" | "LLM" | "RETRIEVER" | "EMBEDDING" | "PROMPT" | "PARSER"

Enum for run types.

property
selects: "ERROR" | "ID" | "NAME" | "RUN_TYPE" | "STATUS" | "START_TIME" | "END_TIME" | "LATENCY_SECONDS" | "FIRST_TOKEN_TIME" | "ERROR_PREVIEW" | "EXTRA" | "METADATA" | "EVENTS" | "INPUTS" | "INPUTS_PREVIEW" | "OUTPUTS" | "OUTPUTS_PREVIEW" | "MANIFEST" | "PARENT_RUN_IDS" | "PROJECT_ID" | "TRACE_ID" | "THREAD_ID" | "DOTTED_ORDER" | "IS_ROOT" | "REFERENCE_EXAMPLE_ID" | "REFERENCE_DATASET_ID" | "TOTAL_TOKENS" | "PROMPT_TOKENS" | "COMPLETION_TOKENS" | "TOTAL_COST" | "PROMPT_COST" | "COMPLETION_COST" | "PROMPT_TOKEN_DETAILS" | "COMPLETION_TOKEN_DETAILS" | "PROMPT_COST_DETAILS" | "COMPLETION_COST_DETAILS" | "PRICE_MODEL_ID" | "TAGS" | "APP_PATH" | "ATTACHMENTS" | "THREAD_EVALUATION_TIME" | "IS_IN_DATASET" | "SHARE_URL" | "FEEDBACK_STATS"[]

Body param: selects lists which properties to include on each returned run. If omitted, only id is returned. Properties not listed are omitted from each run object.

property
trace_filter: string
property
trace_id: string
property
tree_filter: string

Inherited fromItemsCursorPostPaginationParams

Properties

Pcursor: stringPpage_size: number
View source on GitHub