---
title: "List offers"
method: GET
path: "/v3/ai-sdr/offers"
tags: ["AI SDR Offers"]
---

# List offers

`GET /v3/ai-sdr/offers`

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

Returns a paginated list of offers visible to the caller.

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

## Query parameters

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

## Response `200`

Paginated list of offers

- object
  - `items` object[]
    - `id` integer — Unique identifier for the offer
    - `name` string — Display name of the offer
  - `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
- `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)
