---
title: "GET /public/v1/campaigns/{campaignId}/prospects"
method: GET
path: "/public/v1/campaigns/{campaignId}/prospects"
tags: ["Campaigns"]
---

# GET /public/v1/campaigns/{campaignId}/prospects

`GET /public/v1/campaigns/{campaignId}/prospects`

List prospects in a campaign with filtering and pagination. Workspace admins and owners can access campaigns created on behalf of other workspace members.

## Path parameters

- `campaignId` string, required

## Query parameters

- `limit` number
- `offset` number
- `search` string
- `status` string
- `sort` string

## Response `200`

Default Response

- object
  - `statusCode` number
  - `status` boolean
  - `message` string
  - `data` object
    - `prospects` object[]
      - `campaign_id` string
      - `campaign_name` string
      - `id` string
      - `first_name` string, nullable
      - `last_name` string, nullable
      - `linkedin_public_id` string, nullable
      - `profile_picture` string, nullable
      - `sub_title` string, nullable
      - `company_name` string, nullable
      - `company_website` string, nullable
      - `company_logo` string, nullable
      - `current_position_title` string, nullable
      - `email` string, nullable
      - `phone_number` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `country` string, nullable
      - `industry` string, nullable
      - `status` string
      - `interest_level` string, nullable
      - `icp_fit` string, nullable
      - `icp_fit_justification` string, nullable
      - `accepted_connection_request` boolean
      - `responded` boolean
      - `created_at` string
    - `pagination` object
      - `limit` number
      - `offset` number
      - `total` number
      - `hasMore` boolean

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `429` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/joinvalley/apis/valley-public-api.md) · [All operations](https://skmtc.net/joinvalley/apis/valley-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinvalley/valley-public-api/revisions/1d888a894943/schema)
