---
title: "List Live Data searches"
method: GET
path: "/v3/live-data/searches"
tags: ["Live Data"]
---

# List Live Data searches

`GET /v3/live-data/searches`

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

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

Returns a paginated list of past Live Data searches for the caller's team, most recent first. Each item includes status and progress for polling.

## Query parameters

- `top` integer
- `skip` integer

## Response `200`

Paginated list of searches

- object
  - `items` object[], required
    - `id` integer, required — Search id
    - `status` 'inProgress' | 'finished' | 'noMoreContacts' | 'manuallyPaused' | 'pausedDueToInsufficientCredits', required — Lifecycle status of a Live Data search. - `inProgress` — actively searching and adding contacts. - `finished` — completed; the requested number of contacts was added. - `noMoreContacts` — completed; the audience was exhausted before the requested count was reached. - `manuallyPaused` — paused by the user. - `pausedDueToInsufficientCredits` — paused because the team ran out of credits.
    - `startedAt` string, date-time, required — When the search started (UTC)
    - `contactsFound` integer — Number of contacts found and added so far
    - `usedCredits` integer — Total credits spent by the search (contacts + emails + phones)
    - `userId` integer — Id of the user who started the search
    - `sequenceId` integer, nullable — Sequence the found contacts are added to, when configured
    - `sequenceName` string, nullable — Name of the target sequence, when configured
    - `lists` object[] — Prospect lists the found contacts are added to
      - `id` integer, required
      - `name` string, required
  - `hasMore` boolean

## Other responses

- `400` — Invalid pagination parameters
- `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)
