---
title: "List"
method: GET
path: "/crm/objects/2026-03/notes"
tags: ["Basic"]
---

# List

`GET /crm/objects/2026-03/notes`

Read a page of notes. 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

- CrmObjectsCollectionResponseSimplePublicObjectWithAssociationsForwardPaging
  - `paging` ForwardPaging
    - `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` CrmObjectsSimplePublicObjectWithAssociations[], 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.

## Other responses

- `default` — An error occurred.

## Changes

> 14 revisions in range; 1 not diffed, 2 could not be searched.

- **2026-04-08** `b0d8bc008db9` — 1 info
  - api operation id `get-/crm/objects/2026-03/notes_getPage` removed and replaced with `get-/crm/objects/2026-03/notes`
- **2026-03-30** `dc2fdad57f7f` — 1 info
  - api operation id `get-/crm/objects/2026-03/notes_/crm/objects/2026-03/notes` removed and replaced with `get-/crm/objects/2026-03/notes_getPage`
- **2026-03-25** `62586336cea2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hubspot/apis/hubspot-api-specification/changes/crm/objects/2026-03/notes/get.md)

---

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