-
Notifications
You must be signed in to change notification settings - Fork 141
feat: enable comma-separated status filtering across updated endpoints #1782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🚨 Bugbot Trial ExpiredYour team's Bugbot trial has expired. Please contact your team administrator to turn on the paid plan to continue using Bugbot. A team admin can activate the plan in the Cursor dashboard. |
|
Preview for this PR was built for commit |
🚨 Bugbot Trial ExpiredYour team's Bugbot trial has expired. Please contact your team administrator to turn on the paid plan to continue using Bugbot. A team admin can activate the plan in the Cursor dashboard. |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
apify#1782) Following endpoints were updated in [PR #22366](https://github.com/apify/apify-core/pull/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.
Following endpoints were updated in PR #22366:
/v2/acts/:actorId/runs/v2/actor-runsv2/actor-tasks/:actorTaskId/runsThe 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.