| Name | Type | Description |
|---|---|---|
comparative_experiment_id | str | Omit | Default: omit
|
cursor | str | Omit | Default: omit
|
example_ids | SequenceNotStr[str] | Omit | Default: omit |
experiment_ids | SequenceNotStr[str] | Omit | Default: omit |
filters | Dict[str, SequenceNotStr[str]] | Omit | Default: omit |
page_size | int | Omit | Default: omit |
selects | List[RunSelectField] | Omit | Default: omit |
sort | experiment_run_query_params.Sort | Omit | Default: omit |
extra_headers | Headers | None | Default: None |
extra_query | Query | None | Default: None |
extra_body | Body | None | Default: None |
timeout | float | httpx.Timeout | None | NotGiven | Default: not_given |
Returns a paginated page of dataset examples with runs from the requested
experiments. Response uses the canonical {items, next_cursor} envelope.
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.
sort controls feedback-score sorting (single project only).
Send extra headers
Add additional query parameters to the request
Add additional JSON properties to the request
Override the client-level default timeout for this request, in seconds