List companies
keap_list_companiesList companies in the Keap CRM. Supports filtering, ordering, field selection, and cursor pagination. Keap: GET /companies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated list of fields to return (field selection). | |
| filter | No | Filter expression, e.g. `given_name==John` (see Keap REST v2 filtering). | |
| order_by | No | Field to order results by, e.g. `given_name` or `-date_created`. | |
| page_size | No | Number of records per page (max 1000). | |
| page_token | No | Opaque pagination cursor from a prior response's next_page_token. |