Pagination token from a previous response's `paging.next.after` to fetch the next page; omit for the first page. Note: HubSpot's search API has a hard limit of 10,000 total results - the 'after' value must be less than 10000.
limitinteger
Maximum number of deal records to return.
querystring
String to search across default text properties in deals for records containing this string.
sortsarray
Sort order for results. If multiple sort objects are provided, they are applied in the given order.
propertiesarray
HubSpot deal property internal names to include in the response. Supports both standard and custom properties; a default set is returned if omitted.
filterGroupsarray
Filter groups to apply to the search. Filters within a group are ANDed; groups are ORed.
custom_propertiesarray
User-defined custom property internal names (not standard HubSpot properties) to include in the response.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not