---
title: "List Gmail Accounts"
method: GET
path: "/gmail/import/accounts"
tags: ["gmail"]
---

# List Gmail Accounts

`GET /gmail/import/accounts`

List linked Gmail accounts for the current user.

## Response `200`

Successful Response

- GmailAccountsListResponse — Response schema for listing linked Gmail accounts.
  - `accounts` LinkedGmailAccount[], required
    - `credential_id` string, required
    - `email_address` string, required
    - `created_at` string, required

---

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