---
title: "Retrieve a lead"
method: GET
path: "/leads/{id}"
tags: ["Leads"]
---

# Retrieve a lead

`GET /leads/{id}`

Returns a single caller-owned lead by its id.

## Path parameters

- `id` string, required

## Response `200`

The requested lead.

- object
  - `data` Lead, required — unresolved $ref

## Other responses

- `400` — The request was malformed or failed validation.
- `401` — Authentication is missing or invalid.
- `403` — The token lacks a required scope.
- `404` — No lead matches that id.
- `429` — The rate limit has been exceeded.
- `500` — An unexpected error occurred.

---

[API](https://skmtc.dev/ekho/apis/ekho-api.md) · [All operations](https://skmtc.dev/ekho/apis/ekho-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ekho/ekho-api/revisions/2056332cf6b9/schema)
