---
title: "List quotes for a quote request"
method: GET
path: "/cases/{id}/quote-requests/{quoteRequestId}/quotes"
tags: ["Cases"]
---

# List quotes for a quote request

`GET /cases/{id}/quote-requests/{quoteRequestId}/quotes`

Returns all partner quotes received for the specified quote request.

## Path parameters

- `id` string, uuid, required
- `quoteRequestId` string, uuid, required

## Response `200`

Quotes returned

- DebituraWebExternalApiContractsV1LeadsLeadQuoteListDto — V1 Lead Quote list response for external customer APIs
  - `quotes` DebituraWebExternalApiContractsV1LeadsLeadQuoteDto[], nullable, required
    - `quoteId` string, uuid
    - `quoteRequestId` string, uuid
    - `partnerId` string, uuid
    - `partnerName` string, nullable, required
    - `status` string, nullable, required
    - `agreementType` string, nullable, required
    - `hourlyRate` number, double, nullable
    - `hourlyEstimated` number, double, nullable
    - `flatFeeEstimate` number, double, nullable
    - `successFee` number, double, nullable
    - `hybridEstimate` number, double, nullable
    - `proposedSolution` string, nullable
    - `partnerWhyUsSection` string, nullable
    - `phase` string, nullable — The case phase this quote offers to work in (Pre-legal / Legal / Enforcement). Null = unspecified.
    - `offerNature` string, nullable — Whether declining stops the case (Recommendation / Required). v1: display only. Null = unspecified.
    - `currency` string, nullable, required
    - `dateCreated` string, date-time

## Other responses

- `400` — Invalid ID
- `404` — Quote request or case not found

---

[API](https://skmtc.net/debitura/apis/debitura-customer-api.md) · [All operations](https://skmtc.net/debitura/apis/debitura-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debitura/debitura-customer-api/revisions/46478f2e476f/schema)
