We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0825c00 commit 18bc443Copy full SHA for 18bc443
src/apify_client/clients/resource_clients/run_collection.py
@@ -86,7 +86,7 @@ async def list(
86
limit: How many runs to retrieve.
87
offset: What run to include as first when retrieving the list.
88
desc: Whether to sort the runs in descending order based on their start date.
89
- status: Retrieve only runs with the provided status.
+ status: Retrieve only runs with the provided statuses.
90
91
Returns:
92
The retrieved Actor runs.
0 commit comments