---
title: "List knowledge bases"
method: GET
path: "/v3/ai-sdr/knowledge-bases"
tags: ["AI SDR Knowledge Bases"]
---

# List knowledge bases

`GET /v3/ai-sdr/knowledge-bases`

<small>_Requires the `ai-sdr:read` scope (or a broader one that includes it)._</small>

Returns a paginated list of knowledge bases visible to the caller.

Requires the AI SDR feature on the caller's team.

## Query parameters

- `top` integer
- `skip` integer
- `search` string

## Response `200`

Paginated list of knowledge bases

- object
  - `items` object[]
    - `id` integer — Unique identifier for the knowledge base
    - `name` string — Display name of the knowledge base
    - `updatedAt` string, date-time — Timestamp of the last modification
    - `ownerUserId` integer, nullable — User ID of the owner. `null` when the owner has been removed from the team.
  - `hasMore` boolean

## Other responses

- `400` — Invalid pagination parameters
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — AI SDR feature is not available for the caller's team
- `502` — Upstream AI SDR service failure

---

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