Preview the training dataset that would be built for one sub-agent
multi-agent-training
Preview the training dataset that would be built for one sub-agent
Preview the training dataset that would be built for one sub-agent.
Extracts the rows that the multi-agent training pipeline would emit
for subagent_name under orchestrator_name. Use this to inspect a
candidate dataset before launching an actual training run.
Filters:
window_days: trace lookback window (default 30, max 365)limit: max rows returned (default 50, max 500)only_passing: when true (default), include only rows whose downstream verdict was a pass — i.e. positive demonstrations.
Returns {orchestrator, subagent, row_count, rows}. Org-scoped.
GET
Preview the training dataset that would be built for one sub-agent
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Headers
Query Parameters
Required range:
1 <= x <= 365Required range:
1 <= x <= 500Cookies
Response
Successful Response