---
title: "List"
method: GET
path: "/crm/v3/objects/quotes"
tags: ["Basic"]
---

# List

`GET /crm/v3/objects/quotes`

Read a page of quotes. Control what is returned via the `properties` query param.

## Query parameters

- `after` string
- `archived` boolean
- `associations` string[]
- `limit` integer
- `properties` string[]
- `propertiesWithHistory` string[]

## Response `200`

successful operation

- CollectionResponseSimplePublicObjectWithAssociationsForwardPaging
  - `paging` ForwardPaging — Paging information for forward-only pagination. Contains the next page reference when more results are available; omitted or empty on the last page.
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — A paging cursor token for retrieving subsequent pages.
      - `link` string — A URL that can be used to retrieve the next page results.
  - `results` SimplePublicObjectWithAssociations[], required
    - `archived` boolean, required — Whether the object is archived.
    - `archivedAt` string, date-time — The timestamp when the object was archived, in ISO 8601 format.
    - `associations` object — A list defining relationships with other objects.
    - `createdAt` string, date-time, required — The timestamp when the object was created, in ISO 8601 format.
    - `id` string, required — The unique ID of the object.
    - `objectWriteTraceId` string — An identifier used for tracing the creation or update request of the object.
    - `properties` object, required — Key value pairs representing the properties of the object.
    - `propertiesWithHistory` object — Key-value pairs representing the properties of the object along with their history.
    - `updatedAt` string, date-time, required — The timestamp when the object was last updated, in ISO 8601 format.
    - `url` string — The URL on the API that provide direct navigation to the corresponding UI pages for the connectors.
    - `warnings` PublicObjectWarning[]
      - `category` string, required
      - `context` object, required
      - `message` string, required

## Other responses

- `default` — An error occurred.

## Changes

- **2026-09-02** (v3) `d6ec77643557` — 1 info
  - endpoint added
- **2026-07-13** (v3) `667c4d0453e0` — 1 breaking
  - api path removed without deprecation
- **2026-07-13** (v3) `ad43b3607372` — 2 info
  - the security scope `crm.objects.quotes.read` was added to the endpoint's security scheme `oauth2`
  - the security scope `e-commerce` was removed from the endpoint's security scheme `oauth2`
- **2026-06-23** (v3) `ad43b3607372` — 3 info
  - the security scope `crm.objects.quotes.read` was added to the endpoint's security scheme `oauth2`
  - the security scope `e-commerce` was removed from the endpoint's security scheme `oauth2`
  - added the optional property `results/items/warnings` to the response with the `200` status
- **2026-06-15** (v3) `a0dbba00d7b5` — 1 breaking, 1 warning, 2 info
  - removed the required property `results/items/associations/additionalProperties/results/items/associationSpec` from the response with the `200` status
  - removed the optional property `results/items/associations/additionalProperties/results/items/toOffset` from the response with the `200` status
  - the security scope `crm.objects.quotes.read` was added to the endpoint's security scheme `oauth2`
  - the security scope `e-commerce` was removed from the endpoint's security scheme `oauth2`

[Full history](https://skmtc.dev/hubspot/apis/crm-quotes/changes/crm/v3/objects/quotes/get.md)

---

[API](https://skmtc.dev/hubspot/apis/crm-quotes.md) · [All operations](https://skmtc.dev/hubspot/apis/crm-quotes/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/crm-quotes/revisions/d6ec77643557/schema)
