---
title: "List email accounts in sequence"
method: GET
path: "/v3/sequences/{id}/email-accounts"
tags: ["Sequence Email Accounts"]
---

# List email accounts in sequence

`GET /v3/sequences/{id}/email-accounts`

<small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>

Returns the list of email accounts currently linked to the specified sequence.

## Path parameters

- `id` integer, required

## Response `200`

List of email accounts linked to the sequence

- object[]
  - `id` integer — Email account ID
  - `ownerUserId` integer — ID of the user who owns this email account
  - `email` string, email — The email address
  - `senderName` string, nullable — The name displayed as sender in recipient inboxes
  - `emailAccountType` 'custom' | 'gmail' | 'outlook' | 'exchange' | 'exchangeOnPremise' — Provider type of the email account. Values: custom, gmail, outlook, exchange, exchangeOnPremise
  - `isDefault` boolean — Whether this is the user's default email account
  - `dailyLimit` integer — Maximum number of emails that can be sent per day from this account
  - `connectionStatus` 'unknown' | 'connected' | 'disconnected' — Current connection status of the email account. Values: unknown, connected, disconnected

## Other responses

- `400` — Invalid id parameter
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks permission to view this sequence
- `404` — Sequence not found
- `429` — Too Many Requests

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/revisions/1c3d32eaf95e/schema)
