list_deals
List deal records from HubSpot CRM. Supports pagination with cursor, limit, and custom property selection.
Instructions
List a deal (sales opportunity) record. dealname and dealstage are required on create; pipeline defaults to your account's default pipeline if omitted. records, cursor-paginated. Maps to GET /crm/v3/objects/deals. [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: dealname, dealstage, pipeline, amount, closedate, hubspot_owner_id |