---
title: "Get an offer"
method: GET
path: "/v3/ai-sdr/offers/{id}"
tags: ["AI SDR Offers"]
---

# Get an offer

`GET /v3/ai-sdr/offers/{id}`

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

Returns a single offer by id.

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

## Path parameters

- `id` integer, required

## Response `200`

Offer found

- object — Detailed representation of an offer — the bundle of company-context inputs the AI SDR uses to personalize outreach. Returned by get/create/update responses.
  - `id` integer — Unique identifier for the offer
  - `name` string — Display name of the offer
  - `companyName` string — The company being represented in outreach
  - `companyDescription` string — Short description of what the company does
  - `icp` string — Ideal Customer Profile — who the offer is meant for
  - `reasonForOutreach` string — Free-form rationale shown to the AI SDR for why this outreach is being made
  - `caseStudies` string[] — Case studies that demonstrate the company's value
  - `painPoints` string[] — Customer pain points this offer addresses
  - `proofPoints` string[] — Proof points that back up the offer's claims
  - `valuePropositions` string[] — Value propositions presented in messaging
  - `callToActions` string[] — Call-to-action phrasings the AI SDR can use

## Other responses

- `400` — Invalid `id` (not a positive integer)
- `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` — Offer 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)
