Python SDK
datasets
Build a new dataset version from traces
Build a new dataset version from traces.
payload is an OPTIONAL filter envelope (trace_ids / agent_name / verdicts / …); an empty body
means an unfiltered build of the whole dataset. Default it to {} (matching the sibling
validate_version route) so a no-body POST builds-unfiltered instead of 422-ing on a missing body.
POST
Python SDK