You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enable comma-separated status filtering across updated endpoints (#1782)
Following endpoints were updated in [PR
#22366](apify/apify-core#22240):
- `/v2/acts/:actorId/runs`
- `/v2/actor-runs`
- `v2/actor-tasks/:actorTaskId/runs`
The change extends the status parameter to support a comma-separated
list of multiple statuses, allowing filtering based on the selected
values.
This update reflects the changes in the documentation for the status
parameter.
0 commit comments