---
title: "List connected Notion workspaces"
method: GET
path: "/v1/integrations/notion/installations"
tags: ["integrations"]
---

# List connected Notion workspaces

`GET /v1/integrations/notion/installations`

List connected Notion workspaces with their discovered resource counts.

## Response `200`

Connected Notion workspaces for the organization

- NotionInstallationOverviewListResponse — List of connected Notion workspaces for the data sources overview.
  - `data` NotionInstallationOverview[], required — Connected Notion workspaces
    - `installation_id` string, required — Notion installation ID
    - `workspace_id` string, required — Notion workspace ID
    - `workspace_name` string, nullable, required — Notion workspace name
    - `status` string, required — The installation status
    - `store_id` string, nullable — Mixedbread ingestion store ID
    - `store_name` string, nullable — Mixedbread ingestion store name
    - `item_count` integer — Number of Notion pages and databases discovered 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/revisions/f66774ddecfc/schema)
