---
title: "Continue prospect search"
method: POST
path: "/api/prospects/continue_search"
tags: ["Prospect Lists"]
---

# Continue prospect search

`POST /api/prospects/continue_search`

Continue with your previous search

## Request body

- object
  - `id` integer, required — ID of the list you would like to continue searching
  - `max_profiles` integer — The number of results to return, defaults to previous list's `max_profiles`
  - `callback_url` string — URL to send the list update to. If not provided, the default webhook URL configured in your account settings will be used.

## Response `200`

successful

- ListResponse
  - `status` object
    - `code` integer
    - `message` string
  - `type` 'list'
  - `data` object
    - `id` integer
    - `name` string
    - `status` string
    - `stats` object
      - `people` integer
      - `credits` object
        - `email_credits` integer, nullable
        - `phone_credits` integer, nullable
        - `export_credits` integer, nullable
        - `api_credits` object, nullable
          - `email_credits` integer
          - `phone_credits` integer
          - `scrape_credits` integer
          - `total` integer
    - `finished_at` string, date-time, nullable
    - `created_at` string, date-time
    - `enrichment_level` string
    - `email_options` object
      - `accept_work` boolean
      - `accept_personal` boolean
      - `accept_generic` boolean
    - `report_type` string

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/wiza/apis/wiza-api-documentation.md) · [All operations](https://skmtc.dev/wiza/apis/wiza-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wiza/wiza-api-documentation/revisions/9773e985f208/schema)
