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

# List reengagement cards

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

<Info>
  **Beta.** This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
</Info>

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

Returns a paginated list of reengagement cards 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 reengagement cards

- object
  - `items` object[]
    - `id` string, uuid — Unique identifier for the reengagement card
    - `name` string — Display name of the card
    - `instructions` string — Instructions for what the reengagement message should say
    - `sendAfter` integer — Number of days after the last contact before this card fires
    - `createdAt` string, date-time — Timestamp when the card was created
    - `isEnabled` boolean — Whether the card is currently active
    - `deliveryMode` 'draft' | 'auto' — How generated reengagement messages for this card are delivered
  - `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)
