---
title: "Check if lead is a working lead"
method: GET
path: "/v2.0/sales-agents/working-lead/{leadId}"
tags: ["Sales Agents V2"]
---

# Check if lead is a working lead

`GET /v2.0/sales-agents/working-lead/{leadId}`

Checks whether a lead is currently in the Sales Agent's AI working pool. Returns true if the lead is actively being followed up, false otherwise.

## Path parameters

- `leadId` integer, required

## Headers

- `Authorization` string, required

## Response `200`

Working lead status retrieved successfully

- WorkingLeadV2 — Working lead information
  - `leadId` integer — Lead ID
  - `firstName` string — First name
  - `lastName` string — Last name
  - `email` string — Email address
  - `phone` string — Phone number
  - `createdAt` string — Created timestamp (ISO8601)

## Other responses

- `400` — Invalid lead ID parameter.
- `401` — Missing or invalid authentication token.
- `403` — Caller does not have access to this lead.
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/versions/23e640467118/schema)
