> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# List Inboxes • AI Agent SDK

> list_inboxes: List all inboxes accessible to this bot.

# list\_inboxes

<div className="flex items-center gap-2">
  <Badge color="blue">Async</Badge>
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**EmailProtocol**](../classes/EmailProtocol) class in the [**protocols**](../modules/protocols) module.

List all inboxes accessible to this bot.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def list_inboxes() -> List[Dict[str, Any]]
```

### Returns

<ResponseField name="Returns" type="List[Dict[str, Any]]">
  List of inbox dicts with 'id' and 'email\_address' keys
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/bots/protocols.py#L1286">
  `praisonaiagents/bots/protocols.py` at line 1286
</Card>
