List run conditions
GET/plugins/playbooks/api/v0/runs/:id/conditions
Retrieve a paged list of conditions for a run. Run conditions are read-only snapshots copied from the playbook.
Request
Responses
- 200
- 403
- 404
- 500
A paged list of run conditions.
Access to the resource is forbidden for this user.
Resource requested not found.
There was an internal error in the server.