interface RunQueryV2ParamsHeader param: application/json
Body param: has_error filters to runs that errored (true) or completed without
error (false).
Body param: ids optionally limits the request to these run UUIDs.
is_root is true when this run has no parent (it is the trace root).
Body param: max_start_time is the upper bound for run start_time (RFC3339).
Defaults to now.
Body param: min_start_time is the lower bound for run start_time (RFC3339).
Defaults to 1 day ago.
Body param: reference_examples optionally limits to runs linked to these
dataset example UUIDs.
Enum for run types.
selects lists which run properties to include. Omitted => only id. Tokens
mirror /v2/runs/query.