pylon_search_contacts
Search and filter contacts by ID, email, or account ID to retrieve a compact table of results.
Instructions
Search contacts with filters. Returns compact table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | Yes | Filter object. Each field requires an operator like {email: {string_contains: "@example.com"}} | |
| limit | No | Results limit (1-100, default 50) | |
| cursor | No | Pagination cursor |