---
title: "List Source Connections"
method: GET
path: "/source-connections"
tags: ["source-connections"]
---

# List Source Connections

`GET /source-connections`

Retrieve all source connections for your organization.

Returns a lightweight list of source connections with essential fields for
display and navigation. Use the collection filter to see connections within
a specific collection.

For full connection details including sync history, use the GET /{id} endpoint.

## Query parameters

- `collection` string, nullable — Filter by collection readable ID
- `skip` integer — Number of connections to skip for pagination
- `limit` integer — Maximum number of connections to return (1-1000)

## Response `200`

List of source connections

- SourceConnectionListItem[]
  - `id` string, uuid, required — Unique identifier of the source connection
  - `name` string, required — Display name of the connection
  - `short_name` string, required — Source type identifier
  - `readable_collection_id` string, required — Collection this connection belongs to
  - `created_at` string, date-time, required — When the connection was created (ISO 8601)
  - `modified_at` string, date-time, required — When the connection was last modified (ISO 8601)
  - `is_authenticated` boolean, required — Whether the connection has valid credentials
  - `entity_count` integer — Total number of entities synced from this connection
  - `federated_search` boolean — Whether this source uses federated (real-time) search instead of syncing
  - `auth_method` 'direct' | 'oauth_browser' | 'oauth_token' | 'oauth_byoc' | 'auth_provider', required — Authentication methods for source connections.
  - `status` 'active' | 'pending_auth' | 'syncing' | 'error' | 'inactive' | 'pending_sync', required — Source connection status enum - represents overall connection state.

## Other responses

- `422` — Validation Error
- `429` — Rate Limit Exceeded

---

[API](https://skmtc.net/airweave-ai/apis/airweave.md) · [All operations](https://skmtc.net/airweave-ai/apis/airweave/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airweave-ai/airweave/revisions/bf410c28c0c6/schema)
