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

RunSchemaWithAnnotationQueueInfo

Run schema with annotation queue info.

Copy
interface RunSchemaWithAnnotationQueueInfo

Properties

property
added_at: string | null
property
app_path: string

app_path identifies the application code location that produced this run, if recorded.

property
child_run_ids: string[] | null
property
completed_by: string[]
property
completion_cost: string | null

completion_cost is estimated USD cost for the completion.

property
completion_cost_details: __type | null

completion_cost_details is the per-category USD breakdown of completion_cost. Categories mirror completion_token_details. Returned only when the COMPLETION_COST_DETAILS field is requested.

property
completion_token_details: __type | null

completion_token_details is the per-category breakdown of completion_tokens. Category names are model-specific (for example reasoning, audio). Returned only when the COMPLETION_TOKEN_DETAILS field is requested.

property
completion_tokens: number

completion_tokens is the completion-side token count.

property
direct_child_run_ids: string[] | null
property
dotted_order: string

dotted_order is the hierarchical ordering key for trace trees.

property
effective_added_at: string | null
property
end_time: string | null

Exclusive upper bound for archived item timestamp

property
error: string | null
property
events: __type[] | null

events is the ordered list of run events (for example streaming tokens).

property
execution_order: number
property
extra: __type | null
property
feedback_stats: __type | null

feedback_stats aggregates feedback scores keyed by feedback key.

property
first_token_time: string | null

first_token_time is when the first output token was produced (RFC3339 date-time), when recorded for streamed runs.

property
id: string
property
in_dataset: boolean | null
property
inputs: __type | null

inputs is the example input payload (arbitrary JSON object).

property
inputs_preview: string | null

inputs_preview is a truncated plain-text preview of inputs.

property
inputs_s3_urls: __type | null
property
last_queued_at: string | null

last_queued_at is the most recent time this run was added to an annotation queue.

property
last_reviewed_time: string | null

LastReviewedTime is always present on the wire (null until reviewed).

property
manifest_id: string | null
property
manifest_s3_id: string | null
property
messages: __type[] | null
property
name: string
property
outputs: __type | null

outputs is the example reference-output payload (arbitrary JSON object).

property
outputs_preview: string | null

outputs_preview is a truncated plain-text preview of outputs.

property
outputs_s3_urls: __type | null
property
parent_run_ids: string[] | null

parent_run_ids lists ancestor run UUIDs from the trace root down to the direct parent.

property
price_model_id: string | null

price_model_id identifies the pricing model UUID used for cost estimates, when recorded.

property
prompt_cost: string | null

prompt_cost is estimated USD cost for the prompt.

property
prompt_cost_details: __type | null

prompt_cost_details is the per-category USD breakdown of prompt_cost. Categories mirror prompt_token_details. Returned only when the PROMPT_COST_DETAILS field is requested.

property
prompt_token_details: __type | null

prompt_token_details is the per-category breakdown of prompt_tokens. Category names are model-specific (for example cache_read, cache_write). Returned only when the PROMPT_TOKEN_DETAILS field is requested.

property
prompt_tokens: number

prompt_tokens is the prompt-side token count.

property
queue_run_id: string
property
reference_dataset_id: string | null

reference_dataset_id is the dataset UUID for the reference example, if any.

property
reference_example_id: string | null

reference_example_id is the dataset example UUID this run was compared against, if any.

property
reserved_by: string[]
property
run_type: RunTypeEnum

run_type identifies what kind of operation this run represents (for example an LLM call, a tool invocation, or a chain step). See the RunType enum for allowed values.

property
s3_urls: __type | null
property
serialized: __type | null
property
session_id: string

SessionID is an alias for project_id.

property
share_token: string | null

Path param: Share token UUID

property
source_proposed_example_id: string | null

SourceProposedExampleID links the queue item to the suggested example it was created from, when applicable.

property
start_time: string
property
status: string
property
tags: string[] | null
property
thread_id: string | null
property
total_cost: string | null

total_cost is total estimated USD cost (prompt plus completion).

property
total_tokens: number

total_tokens is prompt plus completion tokens.

property
trace_first_received_at: string | null
property
trace_max_start_time: string | null
property
trace_min_start_time: string | null
property
trace_upgrade: boolean
property
ttl_seconds: number | null
deprecatedproperty
parent_run_id: string | null
deprecatedproperty
trace_id: string
deprecatedproperty
trace_tier: "longlived" | "shortlived" | null
View source on GitHub