---
title: "Get Lead Quotes"
method: GET
path: "/api/admin/leads/{lead_id}/quotes"
tags: ["admin-leads"]
---

# Get Lead Quotes

`GET /api/admin/leads/{lead_id}/quotes`

Get all quotes for a specific lead.
Returns quotes with status, carrier, coverage, and pricing information.

## Path parameters

- `lead_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
