---
title: "GET /public/v1/warmlist/{workspaceId}/prospects/{prospectId}"
method: GET
path: "/public/v1/warmlist/{workspaceId}/prospects/{prospectId}"
tags: ["Warm List"]
---

# GET /public/v1/warmlist/{workspaceId}/prospects/{prospectId}

`GET /public/v1/warmlist/{workspaceId}/prospects/{prospectId}`

Get a single warmlist prospect with their full engagement history.

## Path parameters

- `workspaceId` string, required
- `prospectId` string, required

## Query parameters

- `ownerId` string

## Response `200`

Default Response

- object
  - `statusCode` number
  - `status` boolean
  - `message` string
  - `data` object
    - `prospect` object
      - `id` string
      - `first_name` string, nullable
      - `last_name` string, nullable
      - `headline` string, nullable
      - `location` string, nullable
      - `profile_picture` string, nullable
      - `linkedin_url` string, nullable
      - `linkedin_public_id` string, nullable
      - `connection_degree` string, nullable
      - `icp_fit` string, nullable
      - `icp_fit_justification` string, nullable
      - `created_at` string
      - `engagements` object[]
        - `created_at` string, nullable
        - `engagement_type` string
        - `monitored_profile_id` string, nullable
        - `post_id` string, nullable
        - `post_text` string, nullable
        - `post_date` string, nullable
        - `post_engagement_type` string, nullable

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