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

# List Mailboxes

> List all provisioned email inboxes in your organization.

### Query Parameters

<ParamField query="limit" type="integer" default="50">
  Number of mailboxes to return (1–100).
</ParamField>

<ParamField query="offset" type="integer" default="0">
  Offset for pagination.
</ParamField>

### Response

<ResponseExample>
  ```json 200 OK theme={null}
  [
    {
      "id": "mbx_01J8ABC789",
      "email_address": "eva@wireboxmail.com",
      "agent_handle": "eva",
      "status": "active",
      "created_at": "2026-09-11T10:00:00Z"
    }
  ]
  ```
</ResponseExample>
