Fetch experiment runs for dataset examples
Returns a paginated page of dataset examples with runs from the requested experiments.
Response uses the canonical {items, next_cursor} envelope.
Path Parameters
Dataset ID
Body
comparative_experiment_id scopes pairwise-annotation feedback (optional).
cursor is the opaque string from a previous response's next_cursor. Absent for the first page.
example_ids optionally restricts the page to these dataset example UUIDs (max 1000).
experiment_ids lists the experiment (tracing session) UUIDs to query. Required, non-empty.
filters maps a project (session) UUID string to a list of filter expressions (optional).
page_size is the maximum number of examples to return. Defaults to 20, max 100.
selects lists which run properties to include. Omitted => only id. Tokens mirror /v2/runs/query.
ID, NAME, RUN_TYPE, STATUS, START_TIME, END_TIME, LATENCY_SECONDS, FIRST_TOKEN_TIME, ERROR, ERROR_PREVIEW, EXTRA, METADATA, EVENTS, INPUTS, INPUTS_PREVIEW, OUTPUTS, OUTPUTS_PREVIEW, MANIFEST, PARENT_RUN_IDS, PROJECT_ID, TRACE_ID, THREAD_ID, DOTTED_ORDER, IS_ROOT, REFERENCE_EXAMPLE_ID, 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, APP_PATH, ATTACHMENTS, THREAD_EVALUATION_TIME, IS_IN_DATASET, SHARE_URL, FEEDBACK_STATS sort controls feedback-score sorting (single project only).

