---
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)
    - `sync_all` boolean — Whether the installation syncs everything it can reach; item_count then only counts explicit selections

## Changes

- **2026-09-07** `1a6549d3e64d` — 1 info
  - added the optional property `data/items/sync_all` to the response with the `200` status

[Change history](https://skmtc.dev/mixedbread/apis/mxbai-omni/changes/v1/integrations/data-sources/get.md)

---

[API](https://skmtc.dev/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.dev/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc.dev/mixedbread/apis/mxbai-omni/revisions/824e59bfac1e?raw)
