---
title: "List connected Gmail accounts"
method: GET
path: "/v1/integrations/gmail/installations"
tags: ["integrations"]
---

# List connected Gmail accounts

`GET /v1/integrations/gmail/installations`

List connected Gmail accounts with their selected label counts.

## Response `200`

Connected Gmail accounts for the organization

- GmailInstallationOverviewListResponse — List of connected Gmail accounts for the data sources overview.
  - `data` GmailInstallationOverview[], required — Connected Gmail accounts
    - `installation_id` string, required — Gmail installation ID
    - `account_email` string, nullable, required — Connected Gmail account email
    - `status` string, required — The installation status
    - `store_id` string, nullable — Mixedbread ingestion store ID
    - `store_name` string, nullable — Mixedbread ingestion store name
    - `syncing_label_count` integer — Number of Gmail labels selected for ingestion

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/versions/2eece97b5ae5/schema)
