---
title: "List AI web searches for a sequence"
method: GET
path: "/v3/ai-web-search/searches"
tags: ["AI SDR Web Search"]
---

# List AI web searches for a sequence

`GET /v3/ai-web-search/searches`

<Warning>
  **Coming soon.** This endpoint will be available by late July 2026.
</Warning>

Returns AI web searches started for a given sequence.

## Query parameters

- `sequenceId` integer, required
- `top` integer
- `skip` integer

## Response `200`

Paginated list of searches

- object — Coming soon — full response shape is still being finalized.

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.

---

[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)
