hubspot-batch-read-objects
Retrieve multiple HubSpot objects of the same type by their IDs in a single batch operation. Use this tool when object IDs are known to efficiently access data with optional property and history filters.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inputs | Yes | Array of object IDs to read (maximum 100 per batch) | |
objectType | Yes | The type of HubSpot object to read. 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 | Optional list of property names to include in the results | |
propertiesWithHistory | No | Optional list of property names to include with history |