List Inbox Events
List label change events for an inbox. Returns events in reverse chronological order by default. Use for IMAP UID projection or audit logging.
**CLI:**
```bash
agentmail inboxes:events 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.
events
Ordered by event_id descending.
limit
Limit of number of items returned.
next_page_token
Page token for pagination.
Errors
404
Not Found Error
