Get all action runs
GET/v1/actions/runs
This route allows you to fetch all action runs in your Port account. The route will perform a logical AND
between all query parameters below, and return all action runs that match the criteria.
To learn more about action runs, check out the documentation.
Requestโ
Responsesโ
- 200
- 422
- 500
Retrieved successfully.
One of the following errors occurred:
Error | Description |
---|---|
invalid_request | The data provided does not match the route schema |
One of the following errors occurred:
Error | Description |
---|---|
internal_error | An internal error occurred |