---
title: "Get a Specific Prospect by ID"
method: GET
path: "/v1/prospects/{prospect_id}"
tags: ["Prospects"]
---

# Get a Specific Prospect by ID

`GET /v1/prospects/{prospect_id}`

Get a Specific Prospect by ID

## Path parameters

- `prospect_id` string, required — ID of the prospect

## Response `200`

Prospect retrieved successfully

- ProspectOutput — Prospects are the potential customers for business
  - `id` string, required
  - `orgId` string
  - `name` string, nullable
  - `email` string, nullable
  - `phoneNumber` string, nullable
  - `externalReference` ExternalReference[], nullable, required
    - `providerName` string, required — External service provider name
    - `id` string, required — External service identifier
    - `providerProps` object, nullable — Props for the external reference
  - `status` string, required
  - `prospectProps` object, nullable, required
  - `createdBy` string
  - `createdAt` string, date-time
  - `updatedBy` string
  - `updatedAt` string, date-time

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tratahq/apis/trata-ai-api.md) · [All operations](https://skmtc.net/tratahq/apis/trata-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tratahq/trata-ai-api/revisions/8f7b69ee5a90/schema)
