v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Knowledge Bases

List 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.

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

Path parameters

knowledge_base_idinteger required

Query parameters

topinteger
skipinteger
searchstring

Response

Paginated list of reengagement cards

hasMoreboolean

Example response

{
  "items": [
    {
      "id": "9c1f8a7e-0b3a-4d11-9b9c-2c4f8a7e0b3a",
      "name": "30-day silent prospect",
      "instructions": "Gentle nudge with new case study; no hard ask.",
      "sendAfter": 30,
      "createdAt": "2026-05-10T14:32:11Z",
      "isEnabled": true,
      "deliveryMode": "draft"
    }
  ]
}