WebhookDispatchCollectionClient
apify_client.clients.WebhookDispatchCollectionClient
Index
Methods
Methods
list
List all webhook dispatches of a user.
Parameters
limit: Optional[int] = Noneoptionalkeyword-only
How many webhook dispatches to retrieve
offset: Optional[int] = Noneoptionalkeyword-only
What webhook dispatch to include as first when retrieving the list
desc: Optional[bool] = Noneoptionalkeyword-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
Sub-client for listing webhook dispatches.