Error
Query public shared trace runs
Alpha: The request and response contract may change; Returns all runs within the trace identified by the share token. The share token supplies the tenant, project, and trace scope.
POST
Error
Path Parameters
Share token UUID
Body
application/json
selects lists which public run properties to include on each returned run.
Available options:
ID, NAME, RUN_TYPE, STATUS, START_TIME, END_TIME, LATENCY_SECONDS, FIRST_TOKEN_TIME, ERROR, ERROR_PREVIEW, EXTRA, METADATA, INPUTS_PREVIEW, OUTPUTS_PREVIEW, PARENT_RUN_ID, PARENT_RUN_IDS, PROJECT_ID, TRACE_ID, THREAD_ID, DOTTED_ORDER, IS_ROOT, 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, THREAD_EVALUATION_TIME Example:
[
"ID",
"NAME",
"PROJECT_ID",
"START_TIME",
"RUN_TYPE",
"STATUS",
"INPUTS_PREVIEW",
"OUTPUTS_PREVIEW",
"METADATA"
]
Response
OK
items lists runs in the trace for the requested time window, in start_time order.

