---
title: "Get Quotes"
method: GET
path: "/v0/quotes"
tags: ["Quote"]
---

# Get Quotes

`GET /v0/quotes`

Get quotes for a given bid request id

## Query parameters

- `id` string, required — Unique identifier of the bid request
- `organizationId` string — Organization to which the bid request belongs

## Response `200`

Quotes retrieved successfully

- object — Response containing quotes for a bid request
  - `quotes` Quote[], required — Array of quotes for the bid request
    - `id` string, required — Quote identifier
    - `createdDate` string, required — The date and time the resource was created
    - `updatedDate` string, required — The date and time the resource was last updated
    - `archivedDate` string — The date and time the quote was archived
    - `expireDate` string — The date and time the quote will expire
    - `homeownerTotal` number, required — The total cost of the quote for the homeowner, including discounts and financing costs
    - `quoteTotal` number, required — The total cost of the quote
    - `isPriceGuaranteed` boolean, required — Indicates if the price is guaranteed for the quote
    - `isActiveQuote` boolean, required — Indicates if the quote is active. This is the quote that will be used for the job, once approved. Only 1 quote per bid request can be active.
    - `isApproved` boolean, required — Indicates if the quote has been approved. Only 1 quote per bid request can be approved.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/remihq/apis/remi-public-api.md) · [All operations](https://skmtc.dev/remihq/apis/remi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/remihq/remi-public-api/revisions/01989d1451a5/schema)
