hubspot-list-objects
Retrieve a paginated list of HubSpot objects by type to explore data structure, properties, and metadata. Ideal for initial data exploration when search criteria are unclear. Supports custom properties and associations.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after | No | The paging cursor token of the last successfully read resource. | |
archived | No | Whether to return only results that have been archived. | |
associations | No | A list of object types to retrieve associated IDs for (e.g., appointments, companies, contacts, courses, deals, leads, line_items, listings, marketing_events, meetings, orders, postal_mail, products, quotes, services, subscriptions, tickets, users). | |
limit | No | The maximum number of results to display per page (max: 500). | |
objectType | Yes | The type of HubSpot object to list. 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. |