---
title: "Quote List"
method: GET
path: "/v1/agency/draft_quote"
tags: ["Draft Quote"]
---

# Quote List

`GET /v1/agency/draft_quote`

Return a history of quotes for an agency.

## Query parameters

- `limit` integer
- `starting_after_id` string, nullable
- `policy_id` string, nullable

## Response `200`

Successful Response

- QuoteListPage
  - `quotes` QuoteListEntry[], required
    - `draft_quote_id` string, required
    - `email` string, email, required
  - `limit` integer, required
  - `next_url` string, nullable

## Other responses

- `422` — Validation Error

---

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