list_clients
Retrieve Jobber clients with optional filters for search by name or email, lead status, and result limit. Use it to manage and view client data.
Instructions
List Jobber clients. Optional filters: search (matches name or email), isLead (true=leads only, false=active only), limit (default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of clients to return (default 50). | |
| isLead | No | If true, only leads. If false, only non-leads. | |
| search | No | Substring to match against client name or email. |