v1
latestOpenAPI 3.1.02026-07-26359254.7 MBAI SDR Intent Signals
Technologies typeahead
<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 Reply technology slugs used in intent-signal configuration (e.g. technologyUsed.technologies[]). The slug is the persisted identifier; name is display-only.
Requires the AI SDR feature on the caller's team.
get/v3/ai-sdr/intent-signals/technologies
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 technology name
Response
Paginated list of technologies
Example response
{
"items": [
{
"slug": "salesforce",
"name": "Salesforce"
}
]
}