List Entries
**CLI:**
```bash
agentmail pods:lists list --pod-id <pod_id> --direction <direction> --type <type>
```
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
pod_id
ID of pod.
direction
Direction of list entry.
Allowed values:
type
Type of list entry.
Allowed values:
Query parameters
limit
Limit of number of items returned.
page_token
Page token for pagination.
Response
This endpoint returns an object.
count
Number of items returned.
entries
Ordered by entry ascending.
limit
Limit of number of items returned.
next_page_token
Page token for pagination.
