---
title: "Get pending approval for a contact"
method: GET
path: "/v3/sequences/ai-sdr/{sequence_id}/contacts/{contact_id}/approval"
tags: ["AI SDR Pending Approvals"]
---

# Get pending approval for a contact

`GET /v3/sequences/ai-sdr/{sequence_id}/contacts/{contact_id}/approval`

<Warning>
  **Coming soon.** This endpoint will be available by early July 2026.
</Warning>

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

Returns the pending AI-generated message for a single (sequence, contact) pair, including the prior message thread for context.

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

## Path parameters

- `sequence_id` integer, required
- `contact_id` integer, required

## Response `200`

Pending approval found

- object
  - `sequenceId` integer
  - `contactId` integer
  - `contactFullName` string
  - `contactTitle` string
  - `contactCompany` string
  - `sequenceName` string
  - `channel` 'email' | 'linkedIn'
  - `stepDisplayName` string
  - `messageSubject` string, nullable
  - `messageContent` string
  - `isRegenerating` boolean
  - `createdAt` string, date-time
  - `previousMessages` object[]
    - `channel` 'email' | 'linkedIn'
    - `senderName` string
    - `senderEmail` string, nullable
    - `subject` string, nullable
    - `body` string
    - `sentAt` string, date-time

## Other responses

- `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` — No pending approval exists for the given (sequence, contact) pair

---

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