---
title: "List connected Google Drive accounts"
method: GET
path: "/v1/integrations/google_drive/installations"
tags: ["integrations"]
---

# List connected Google Drive accounts

`GET /v1/integrations/google_drive/installations`

List connected Google Drive accounts with their selected folder counts.

## Response `200`

Connected Google Drive accounts for the organization

- GoogleDriveInstallationOverviewListResponse — List of connected Google Drive accounts for the data sources overview.
  - `data` GoogleDriveInstallationOverview[], required — Connected Google Drive accounts
    - `installation_id` string, required — Google Drive installation ID
    - `account_email` string, nullable, required — Connected Google account email
    - `account_name` string, nullable, required — Connected Google account name
    - `status` string, required — The installation status
    - `store_id` string, nullable — Mixedbread ingestion store ID
    - `store_name` string, nullable — Mixedbread ingestion store name
    - `syncing_folder_count` integer — Number of Google Drive folders selected for ingestion
    - `auto_sync_all` boolean — Whether the entire Drive is synced automatically

---

[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/revisions/2eece97b5ae5/schema)
