interface RunIngestdotted_order is the hierarchical ordering key for trace trees.
end_time is when the run ended (RFC3339 date-time). JSON null if the run has
not finished yet.
JSON body of the response that caused the error
events is the ordered list of run events (for example streaming tokens).
id is the dataset example UUID.
inputs is the example input payload (arbitrary JSON object).
name is the example's optional name.
outputs is the example reference-output payload (arbitrary JSON object).
reference_example_id is the dataset example UUID this run was compared
against, if any.
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.
Filter by session name (exact match)
start_time is when the run started (RFC3339 date-time).
HTTP status for the response that caused the error
trace_id is the root trace UUID; for a root run it matches id.