pylon_search_accounts
Search customer accounts using filters like name, domains, tags, or external IDs. Returns a compact table for quick review.
Instructions
Search accounts with filters. Returns compact table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | Yes | Filter object. Each field requires an operator like {name: {string_contains: "acme"}} | |
| limit | No | Results limit (1-100, default 50) | |
| cursor | No | Pagination cursor |