BuildCollectionClient
Index
Methods
Methods
list
List all Actor builds (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/build-collection/get-list-of-builds https://docs.apify.com/api/v2#/reference/actor-builds/build-collection/get-user-builds-list
Parameters
keyword-onlylimit: int | None = None
How many builds to retrieve
keyword-onlyoffset: int | None = None
What build to include as first when retrieving the list
keyword-onlydesc: bool | None = None
Whether to sort the builds in descending order based on their start date
Returns ListPage[dict]
The retrieved Actor builds
Sub-client for listing Actor builds.