---
title: "Retrieve lead status"
method: GET
path: "/leads/status/{fastTrackLeadId}"
tags: ["FastTrackLeads"]
---

# Retrieve lead status

`GET /leads/status/{fastTrackLeadId}`

## Path parameters

- `fastTrackLeadId` string, uuid, required

## Query parameters

- `v` string

## Headers

- `api-version` string

## Response `200`

Returns a FastTrackStatusResultModel.

- FastTrackStatusResultModel — The result of getting Fast Track Lead current status
  - `fastTrackLeadId` string, uuid — Gets or sets the Fast Track Lead ID
  - `thirdPartyCustomerId` string, nullable — Gets or sets the Third Party Customer ID
  - `status` string, nullable — Gets or sets the Status
  - `statusCode` string, nullable — Gets or sets the Status Code
  - `statusReason` string, nullable — Gets or sets the Status Reason
  - `companyErrors` KycErrorModel[], nullable — Gets or sets the list of company errors
    - `errorCode` string, nullable — Gets or sets the Error Code
    - `errorMessage` string, nullable — Gets or sets the Error Message
  - `significantPeopleErrors` SignificantPersonErrorModel[], nullable — Gets or sets the list of significant people errors
    - `thirdPartyPersonId` string, nullable — Gets or sets the Person Id
    - `personErrors` KycErrorModel[], nullable — Gets or sets the list of errors
      - `errorCode` string, nullable — Gets or sets the Error Code
      - `errorMessage` string, nullable — Gets or sets the Error Message

## Other responses

- `400` — Something else went wrong.
- `401` — Unauthorized request.
- `422` — The model provided has invalid data.

---

[API](https://skmtc.dev/youlend/apis/prequalification.md) · [All operations](https://skmtc.dev/youlend/apis/prequalification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/youlend/prequalification/revisions/a76313c6cc3d/schema)
