Action Runs API endpoint improvements
M
Maksym Kozlov
The /v1/actions/runs is currently limited because there is not enough ability for filtering of the returned runs, there is no "include" parameter, and the limit is set to max of 1000 runs without ability for pagination.
The endpoint can be improved by adding support for
- Filtering by run status (and other fields)
- "include" parameter
- Pagination
A
Anna Persico
Date parameters should also be added to the endpoint. While support for pagination has been added, the absence of date parameters currently requires us to iterate through the entire dataset before applying any filters.