List HubSpot Companies
hubspot_list_companiesList HubSpot CRM companies with pagination to retrieve records efficiently. Supports limit and cursor for controlled data access.
Instructions
List company records from HubSpot CRM with pagination.
Args:
limit (number): Results per page, 1-100 (default 20)
after (string): Pagination cursor from a previous response
Returns: { companies: CompanyOutput[], hasMore: boolean, nextCursor?: string }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-100, default 20) | |
| after | No | Cursor token from a previous response for pagination |