hubspot-search-objects
Perform advanced, filtered searches across HubSpot object types using complex criteria. Retrieve targeted data by applying boolean logic with filter groups and specific properties. Supports pagination for efficient data retrieval.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | The paging cursor token of the last successfully read resource. | |
filterGroups | No | Groups of filters to apply (combined with OR). | |
limit | No | The maximum number of results to display per page (max: 100). | |
objectType | Yes | The type of HubSpot object to search. Valid values include: appointments, companies, contacts, courses, deals, leads, line_items, listings, marketing_events, meetings, orders, postal_mail, products, quotes, services, subscriptions, tickets, users. For custom objects, use the hubspot-get-schemas tool to get the objectType. | |
properties | No | A list of the properties to be returned in the response. | |
query | No | Text to search across default searchable properties of the specified object type. Each object type has different searchable properties. For example: contacts (firstname, lastname, email, phone, company), companies (name, website, domain, phone), deals (dealname, pipeline, dealstage, description, dealtype), etc | |
sorts | No | A list of sort criteria to apply to the results. |