---
title: "List Sources"
method: GET
path: "/v1/knowledge-base/knowledge-bases/{kb_id}/sources"
tags: ["knowledge-base-connectors"]
---

# List Sources

`GET /v1/knowledge-base/knowledge-bases/{kb_id}/sources`

List connector sources for a KB with keyset pagination.

## Path parameters

- `kb_id` string, uuid, required

## Query parameters

- `limit` integer
- `cursor` string, nullable

## Response `200`

Successful Response

- CursorPageSourceResponse
  - `items` SourceResponse[], required
    - `id` string, uuid, required
    - `knowledge_base_id` string, uuid, required
    - `provider` string
    - `integration_connection_id` string, uuid, nullable
    - `config` object, nullable
    - `status` string, required
    - `last_sync_job_id` string, uuid, nullable
    - `integration_key` string, nullable
    - `connection_nickname` string, nullable
    - `connection_metadata` object
    - `auto_sync_enabled` boolean
    - `sync_interval_seconds` integer, nullable
    - `next_sync_at` string, date-time, nullable
    - `last_auto_sync_at` string, date-time, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `next_cursor` string, nullable
  - `has_more` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
