---
title: "List quotes"
method: GET
path: "/api/partner/quotes"
tags: ["partner-api"]
---

# List quotes

`GET /api/partner/quotes`

List all quotes for this partner's leads.

## Response `200`

Successful Response

- QuoteListResponse
  - `success` boolean
  - `data` QuoteListItem[], required
    - `quote_id` string, required
    - `lead_id` string, required
    - `contact_name` string, required
    - `contact_email` string, required
    - `company_name` string, required
    - `carrier_name` string, required
    - `coverage_type` string, required
    - `annual_premium` number, required
    - `status` string, required
    - `effective_date` string, nullable
    - `created_at` string, required
    - `pdf_file_url` string, nullable — Public URL of the attached PDF, if any.
    - `pdf_file_name` string, nullable — Original filename of the attached PDF.
    - `wholesaler_name` string, nullable
    - `policy_fee` number, nullable
    - `agency_fee` number, nullable
    - `financing_enabled` boolean, nullable
    - `financing_amount_financed` number, nullable
    - `financing_percentage` number, nullable

---

[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)
