Skip to main content
POST
Error

Path Parameters

share_token
string
required

Dataset share token

Body

application/json
comparative_experiment_id
string

comparative_experiment_id scopes pairwise-annotation feedback (optional).

cursor
string

cursor is the opaque string from a previous response's next_cursor. Absent for the first page.

example_ids
string[]

example_ids optionally restricts the page to these dataset example UUIDs (max 1000).

experiment_ids
string[]

experiment_ids lists the experiment (tracing session) UUIDs to query. Required, non-empty.

filters
object

filters maps a project (session) UUID string to a list of filter expressions (optional).

page_size
integer

page_size is the maximum number of examples to return. Defaults to 20, max 100.

selects
enum<string>[]

selects lists which run properties to include. Omitted => only id. Tokens mirror /v2/runs/query.

Available options:
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
object

sort controls feedback-score sorting (single project only).

Response

OK

items
object[]
next_cursor
string