---
title: "List connected Granola API keys"
method: GET
path: "/v1/integrations/granola/installations"
tags: ["integrations"]
---

# List connected Granola API keys

`GET /v1/integrations/granola/installations`

List connected Granola installations with selected folder counts.

## Response `200`

Connected Granola API keys for the organization

- GranolaInstallationOverviewListResponse — List of connected Granola API keys for the data sources overview.
  - `data` GranolaInstallationOverview[], required — Connected Granola API keys
    - `installation_id` string, required — Granola installation ID
    - `account_id` string, required — Stable derived Granola account/API-key identity
    - `account_name` string, nullable, required — Connected Granola 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 Granola folders selected for ingestion
    - `syncing_item_count` integer — Number of Granola folders and notes selected for ingestion
    - `sync_schedule` GranolaSyncSchedule — Persisted periodic sync schedule for a Granola installation.
      - `interval` 'off' | 'ten_minutes' | 'hourly' | 'daily' | 'weekly' — Selected periodic sync interval
      - `updated_at` string, date-time, nullable — When the schedule metadata was last changed

---

[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/42cbb70e7218/schema)
