---
title: "Read"
method: GET
path: "/crm/v3/objects/quotes/{quoteId}"
tags: ["Basic"]
---

# Read

`GET /crm/v3/objects/quotes/{quoteId}`

Read an Object identified by `{quoteId}`. `{quoteId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param.  Control what is returned via the `properties` query param.

## Path parameters

- `quoteId` string, required

## Query parameters

- `archived` boolean
- `associations` string[]
- `idProperty` string
- `properties` string[]
- `propertiesWithHistory` string[]

## Response `200`

successful operation

- SimplePublicObjectWithAssociations — Represents a CRM object along with its properties, timestamps, and a set of associated object IDs grouped by association type.
  - `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.

## Other responses

- `default` — An error occurred.

## Changes

- **2026-04-15** (v3) `0a08d17043bb` — 5 info
  - the endpoint scheme security `app_cookie` was removed from the API
  - the endpoint scheme security `hapikey` was removed from the API
  - the endpoint scheme security `internal_cookie` was removed from the API
  - the endpoint scheme security `private_apps` was removed from the API
  - …1 more
- **2026-04-11** (v3) `886e287f055b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hubspot/apis/crm-quotes/changes/crm/v3/objects/quotes/:quoteId/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.dev/hubspot/apis/crm-quotes/revisions/0a08d17043bb?raw)
