---
title: "Get one active lead."
method: GET
path: "/customer/leads/{leadId}"
tags: ["Customer REST"]
---

# Get one active lead.

`GET /customer/leads/{leadId}`

## Path parameters

- `leadId` string, uuid, required

## Response `200`

Lead detail.

- object
  - `data` Lead, required
    - `id` string, uuid, required
    - `icpMatchPercent` integer, nullable
    - `intentScore` number
    - `leadTier` string, nullable
    - `profile` object, required
    - `contact` object, nullable, required — Null unless the key has leads:contact_read.

## Other responses

- `400` — Request failed boundary validation.
- `401` — Invalid, expired, or revoked API key.
- `402` — Key or OAuth grant lacks the required scope.
- `404` — Resource not found for the key workspace.

---

[API](https://skmtc.net/windmill-growth/apis/traxy-customer-api-and-mcp-v1.md) · [All operations](https://skmtc.net/windmill-growth/apis/traxy-customer-api-and-mcp-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windmill-growth/traxy-customer-api-and-mcp-v1/revisions/5ea23c14f8cf/schema)
