BuildCollectionClientAsync
Hierarchy
- ResourceCollectionClientAsync
- BuildCollectionClientAsync
Index
Methods
Properties
Methods
__init__
Initialize a new instance.
Parameters
keyword-onlybase_url: str
Base URL of the API server.
keyword-onlyroot_client: ApifyClientAsync
The ApifyClientAsync instance under which this resource client exists.
keyword-onlyhttp_client: HTTPClientAsync
The HTTPClientAsync instance to be used in this client.
optionalkeyword-onlyresource_id: str | None = None
ID of the manipulated resource, in case of a single-resource client.
keyword-onlyresource_path: str
Path to the resource's endpoint on the API server.
optionalkeyword-onlyparams: dict | None = None
Parameters to include in all requests from this client.
Returns None
list
List all Actor builds.
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
optionalkeyword-onlylimit: int | None = None
How many builds to retrieve.
optionalkeyword-onlyoffset: int | None = None
What build to include as first when retrieving the list.
optionalkeyword-onlydesc: bool | None = None
Whether to sort the builds in descending order based on their start date.
Returns ListPage[dict]
Async sub-client for listing Actor builds.