List Webhooks
**CLI:**
```bash
agentmail inboxes:webhooks list --inbox-id <inbox_id>
```
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
inbox_id
The ID of the inbox.
Query parameters
limit
Limit of number of items returned.
page_token
Page token for pagination.
ascending
Sort in ascending temporal order.
Response
This endpoint returns an object.
count
Number of items returned.
webhooks
Ordered by created_at descending.
limit
Limit of number of items returned.
next_page_token
Page token for pagination.
