List orchestration runs
GET/api/v1/orchestration-runs
Returns orchestration runs the caller can access, optionally filtered by orchestration, by parent run, by status, or by whether the run has a parent at all.
Note when aggregating: a run's usage covers its whole subtree, so summing it over a list that contains both a parent and its children counts the children more than once. Pass nested=false to sum over runs a caller started.
Request
Responses
- 200
- 401
- 403
List of runs
Unauthorized
Forbidden