WebhookDispatchCollectionClientAsync
apify_client.clients.WebhookDispatchCollectionClientAsync
Index
Methods
Methods
list
List all webhook dispatches of a user.
Parameters
limit: int | None = Nonekeyword-only
How many webhook dispatches to retrieve
offset: int | None = Nonekeyword-only
What webhook dispatch to include as first when retrieving the list
desc: bool | None = Nonekeyword-only
Whether to sort the webhook dispatches in descending order based on the date of their creation
Returns ListPage[dict]
The retrieved webhook dispatches of a user
Async sub-client for listing webhook dispatches.