---
title: "List Accounts"
method: GET
path: "/email/accounts"
tags: ["email"]
---

# List Accounts

`GET /email/accounts`

List connected Gmail accounts.

## Response `200`

Successful Response

- EmailAccountsResponse
  - `accounts` EmailAccountInfo[], required
    - `id` string, required
    - `email` string, required
    - `connected_at` string, required
    - `last_sync_at` string, nullable, required
    - `disabled_at` string, nullable
    - `disabled_reason` string, nullable

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/ae2c9c9f8e5d?raw)
