---
title: "Technologies typeahead"
method: GET
path: "/v3/ai-sdr/intent-signals/technologies"
tags: ["AI SDR Intent Signals"]
---

# Technologies typeahead

`GET /v3/ai-sdr/intent-signals/technologies`

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

## Query parameters

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

## Response `200`

Paginated list of technologies

- object
  - `items` object[]
    - `slug` string — Persisted identifier — use this value in `technologyUsed.technologies[]`.
    - `name` string — Display name of the technology.
  - `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 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)
