RunCollectionClient
Index
Methods
Methods
list
List all Actor runs.
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
keyword-onlyoffset: int | None = None
keyword-onlydesc: bool | None = None
keyword-onlystatus: ActorJobStatus | None = None
Returns ListPage[dict]
Sub-client for listing Actor runs.