List generations
GET/api/v1/generations
Returns generations the caller can access, optionally filtered by agent, trace, orchestration run, node, and status. Replaces the former per-trace generations endpoint (use the trace_id query filter).
Filtering by orchestration_run_id is the supported way to get from an orchestration run to the generations its agent nodes produced: a node execution record carries no generation id, so the pointer lives here, alongside the run's other attribution columns.
Request
Responses
- 200
- 401
- 403
Paginated list of generations
Unauthorized
Forbidden