---
title: "Get Quote"
method: GET
path: "/v0/quotes/{quoteId}"
tags: ["Quote"]
---

# Get Quote

`GET /v0/quotes/{quoteId}`

Get quote for a given quote id

## Path parameters

- `quoteId` string, required — Quote identifier
- `organizationId` string — Organization to which the bid request belongs

## Response `200`

Quote retrieved successfully

- object — Response containing quote details
  - `quote` Quote, required — Quote information and pricing details
    - `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)
