keap_list_contacts
List your Keap contacts with pagination, filter by email, name, or date range, and sort results.
Instructions
List contacts with pagination, filtering, and sorting options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Filter by email address | ||
| limit | No | Number of results per page (max 200) | |
| order | No | Field to order by (e.g., date_created, email) | date_created |
| since | No | Filter contacts created/updated after this ISO date | |
| until | No | Filter contacts created/updated before this ISO date | |
| offset | No | Offset for pagination | |
| given_name | No | Filter by first name | |
| family_name | No | Filter by last name | |
| order_direction | No | Sort direction |