Run schema with annotation queue info.
interface RunSchemaWithAnnotationQueueInfoapp_path identifies the application code location that produced this run, if
recorded.
completion_cost is estimated USD cost for the completion.
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.
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.
completion_tokens is the completion-side token count.
dotted_order is the hierarchical ordering key for trace trees.
Exclusive upper bound for archived item timestamp
events is the ordered list of run events (for example streaming tokens).
feedback_stats aggregates feedback scores keyed by feedback key.
first_token_time is when the first output token was produced (RFC3339
date-time), when recorded for streamed runs.
inputs is the example input payload (arbitrary JSON object).
inputs_preview is a truncated plain-text preview of inputs.
last_queued_at is the most recent time this run was added to an annotation
queue.
LastReviewedTime is always present on the wire (null until reviewed).
outputs is the example reference-output payload (arbitrary JSON object).
outputs_preview is a truncated plain-text preview of outputs.
parent_run_ids lists ancestor run UUIDs from the trace root down to the direct
parent.
price_model_id identifies the pricing model UUID used for cost estimates, when
recorded.
prompt_cost is estimated USD cost for the prompt.
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.
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.
prompt_tokens is the prompt-side token count.
reference_dataset_id is the dataset UUID for the reference example, if any.
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.
SessionID is an alias for project_id.
SourceProposedExampleID links the queue item to the suggested example it was created from, when applicable.
total_cost is total estimated USD cost (prompt plus completion).
total_tokens is prompt plus completion tokens.