RunCollectionClientAsync
Index
Methods
Methods
list
List all Actor runs (either of a single Actor, or all user's Actors, depending on where this client was initialized from).
https://docs.apify.com/api/v2#/reference/actors/run-collection/get-list-of-runs
https://docs.apify.com/api/v2#/reference/actor-runs/run-collection/get-user-runs-list
Parameters
keyword-onlylimit: int | None = None
How many runs to retrieve
keyword-onlyoffset: int | None = None
What run to include as first when retrieving the list
keyword-onlydesc: bool | None = None
Whether to sort the runs in descending order based on their start date
keyword-onlystatus: ActorJobStatus | None = None
Retrieve only runs with the provided status
Returns ListPage[dict]
The retrieved Actor runs
Async sub-client for listing Actor runs.