---
title: "List pending approvals"
method: GET
path: "/v3/ai-sdr/approvals"
tags: ["AI SDR Pending Approvals"]
---

# List pending approvals

`GET /v3/ai-sdr/approvals`

<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 a paginated list of AI-generated messages awaiting human approval before being sent.

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

## Query parameters

- `top` integer
- `skip` integer
- `sequenceId` integer
- `userId` integer
- `channel` 'email' | 'linkedIn'
- `sortMode` 'newestFirst' | 'oldestFirst'

## Response `200`

Paginated list of pending approvals

- object
  - `items` 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
  - `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

---

[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)
