---
title: "Get Prospect"
method: GET
path: "/v1/prospect/{elise_prospect_id}"
tags: ["Prospect"]
---

# Get Prospect

`GET /v1/prospect/{elise_prospect_id}`

Note: Additional fields may be added

## Path parameters

- `elise_prospect_id` string, required

## Response `200`

Successful Response

- EliseProspect
  - `elise_prospect_id` string, required
  - `elise_property_id` string, required
  - `status` 'Inquiry' | 'Applicant' | 'Leased' | 'Cancelled' — An enumeration.
  - `first_name` string
  - `last_name` string
  - `email` string
  - `phone` string
  - `preferred_layouts` string[]
  - `preferred_units` string[]
  - `primary_lead_source` string
  - `from_move_in_date` string, date
  - `to_move_in_date` string, date
  - `min_lease_length` integer
  - `max_lease_length` integer
  - `min_budget` integer
  - `max_budget` integer
  - `pets` Pets[]
  - `pms_external_prospect_id` string
  - `pms_external_prospect_source` string
  - `external_property_id` string
  - `prospect_time_created` string, date-time

## Other responses

- `401` — Not Authorized for this endpoint
- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/eliseai/apis/elise-api.md) · [All operations](https://skmtc.net/eliseai/apis/elise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eliseai/elise-api/versions/ed83696388e5/schema)
