Skip to content

feat: extend status parameter to an array of possible statuses #455

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

JanHranicky
Copy link
Contributor

The status parameter in the Apify Core API has been extended on the following endpoints:

  • /v2/acts/:actorId/runs
  • /v2/actor-runs
  • /v2/actor-tasks/:actorTaskId/runs

It is now a comma-separated string of possible statuses.

This PR updates the python client accordingly by modifying the RunCollectionClient.list() and RunCollectionClientAsync.list() methods to reflect the API change. Test case TestRunCollectionSync was added to cover the change

@JanHranicky JanHranicky requested review from vdusek and protoss70 August 6, 2025 14:21
@github-actions github-actions bot added t-integrations Issues with this label are in the ownership of the integrations team. tested Temporary label used only programatically for some analytics. labels Aug 6, 2025
Copy link
Contributor

@protoss70 protoss70 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@JanHranicky JanHranicky merged commit 76f6769 into master Aug 11, 2025
31 checks passed
@JanHranicky JanHranicky deleted the feature/extend-status-parameter-to-be-an-array-of-possible-statuses branch August 11, 2025 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-integrations Issues with this label are in the ownership of the integrations team. tested Temporary label used only programatically for some analytics.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants