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

RunQueryParams

Copy
interface RunQueryParams

Properties

property
cursor: string | null
property
data_source_type: RunsFilterDataSourceTypeEnum | null

Enum for run data source types.

property
end_time: string | null
property
error: boolean | null

JSON body of the response that caused the error

property
execution_order: number | null
property
filter: string | null
property
id: string[] | null
property
is_root: boolean | null
property
limit: number
property
order: "asc" | "desc"

Enum for run start date order.

property
parent_run: string | null
property
query: string | null
property
reference_example: string[] | null
property
run_type: RunTypeEnum | null

Enum for run types.

property
search_filter: string | null
property
select: "name" | "id" | "inputs" | "outputs" | "run_type" | "parent_run_id" | "start_time" | "end_time" | "extra" | "tags" | "error" | "serialized" | "reference_example_id" | "trace_id" | "dotted_order" | "thread_id" | "status" | "events" | "inputs_preview" | "inputs_s3_urls" | "inputs_or_signed_url" | "outputs_preview" | "outputs_s3_urls" | "outputs_or_signed_url" | "s3_urls" | "error_or_signed_url" | "events_or_signed_url" | "extra_or_signed_url" | "serialized_or_signed_url" | "manifest_id" | "manifest_s3_id" | "manifest" | "session_id" | "reference_dataset_id" | "total_tokens" | "prompt_tokens" | "prompt_token_details" | "completion_tokens" | "completion_token_details" | "total_cost" | "prompt_cost" | "prompt_cost_details" | "completion_cost" | "completion_cost_details" | "price_model_id" | "first_token_time" | "last_queued_at" | "feedback_stats" | "child_run_ids" | "parent_run_ids" | "in_dataset" | "app_path" | "share_token" | "trace_tier" | "trace_first_received_at" | "ttl_seconds" | "trace_upgrade" | "trace_min_max_start_time" | "messages" | "inserted_at"[]
property
session: string[] | null
property
skip_pagination: boolean | null
property
skip_prev_cursor: boolean
property
trace: string | null
property
trace_filter: string | null
property
tree_filter: string | null
property
use_experimental_search: boolean
deprecatedproperty
start_time: string | null
View source on GitHub