---
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-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
