---
title: "List Mailboxes"
method: GET
path: "/email/mailboxes"
tags: ["email"]
---

# List Mailboxes

`GET /email/mailboxes`

List the tenant's connected (non-deleted) mailboxes.

## Response `200`

Successful Response

- EmailAccountRead[]
  - `id` string, uuid, required
  - `tenant_id` string, uuid, required
  - `provider` string, required
  - `email_address` string, nullable
  - `status` string, required
  - `backfill_months` integer, required
  - `composio_auth_config_id` string, nullable
  - `composio_connected_account_id` string, nullable
  - `external_inbox_id` string, nullable
  - `last_synced_at` string, date-time, nullable
  - `last_error` string, nullable
  - `backfill_started_at` string, date-time, nullable
  - `backfill_completed_at` string, date-time, nullable
  - `backfill_imported_count` integer

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
