---
title: "Retrieve a quote"
method: GET
path: "/quotes/{id}"
tags: ["Quotes"]
---

# Retrieve a quote

`GET /quotes/{id}`

Retrieves a quote. `fare_estimate` returns one fare object for a fixed price, or two fare objects as `[low, high]` for variable-labor products. Fare amounts are integer cents in USD. Quote IDs are intended for near-term booking creation; create a new quote if an unused quote is stale or no longer found.

## Path parameters

- `id` string, required

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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