list_notes
List notes logged on a CRM record's timeline, including contacts, companies, and deals, with pagination and property filtering.
Instructions
List a note logged on a CRM record's timeline (e.g. a contact, company, or deal). hs_timestamp is required on create — pass associations to attach it to a record, otherwise it won't show up anywhere useful. records, cursor-paginated. Maps to GET /crm/v3/objects/notes. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor from a previous call's paging.next.after | |
| limit | No | Default 10, max 100 | |
| properties | No | Which properties to return. Defaults to: hs_note_body, hs_timestamp, hubspot_owner_id |