---
title: "List Workspace Knowledge Base Sources"
method: GET
path: "/api/workspaces/{workspace_id}/knowledge-base/sources"
---

# List Workspace Knowledge Base Sources

`GET /api/workspaces/{workspace_id}/knowledge-base/sources`

## Path parameters

- `workspace_id` string, required

## Query parameters

- `knowledgeBaseId` string, nullable

## Response `200`

Successful Response

- KnowledgeBaseSourcesResponse
  - `sources` KnowledgeBaseSourceResponse[]
    - `id` string, required
    - `knowledgeBaseId` string, nullable
    - `sourceType` string, required
    - `displayName` string, required
    - `canonicalUrl` string, nullable
    - `providerSlug` string, nullable
    - `externalId` string, nullable
    - `previewUrl` string, nullable
    - `status` string, required
    - `lastError` string, nullable
    - `lastFetchedAt` string, date-time, nullable
    - `chunkCount` integer
    - `metadata` object
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `count` integer

## Other responses

- `422` — Validation Error

## Changes

> 16 revisions in range; 13 could not be searched.

- **2026-07-31** `7c9aff2501f3` — 2 info
  - added the optional property `sources/items/externalId` to the response with the `200` status
  - added the optional property `sources/items/providerSlug` to the response with the `200` status

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/workspaces/:workspace_id/knowledge-base/sources/get.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/6155db644bab/schema)
