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

# List links

`GET /v3/ai-sdr/knowledge-bases/{knowledge_base_id}/links`

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

Returns a paginated list of web links attached to a knowledge base.

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

## Path parameters

- `knowledge_base_id` integer, required

## Query parameters

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

## Response `200`

Paginated list of links

- object
  - `items` object[]
    - `id` string, uuid — Unique identifier for the link
    - `createdAt` string, date-time — Timestamp when the link was added
    - `url` string — The URL associated with the link
  - `hasMore` boolean

## Other responses

- `400` — Invalid pagination or path 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
- `404` — Knowledge base not found
- `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)
