v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Offers

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

get/v3/ai-sdr/offers

Query parameters

topinteger

Maximum number of items to return (default 100, max 1000)

skipinteger

Number of items to skip

searchstring

Case-insensitive substring match on offer name

Response

Paginated list of offers

hasMoreboolean

Example response

{
  "items": [
    {
      "id": 4821,
      "name": "Q3 Enterprise Outbound"
    }
  ]
}