---
title: "List connected data sources"
method: GET
path: "/v1/integrations/data-sources"
tags: ["integrations"]
---

# List connected data sources

`GET /v1/integrations/data-sources`

List every connected data source across providers for the current organization.

## Response `200`

Connected data sources across providers

- DataSourceInstallationListResponse — List of all connected data sources across providers.
  - `data` DataSourceInstallation[], required — Connected data sources
    - `installation_id` string, required — Integration installation ID
    - `provider` string, required — The integration provider identifier
    - `display_name` string, required — Human-readable connected account/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 selected ingestion items (channels/folders)

---

[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)
