List orchestration runs
GET/v1/projects/:project_id/orchestration-runs
Lists runs of one orchestration. orchestration_id is required — it is what scopes the list to this project, since a run carries no cheaper project-level filter of its own.
Request
Responses
- 200
- 400
- 401
- 404
- 502
A page of runs.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.