clients.list
List clients — leads who have at least one job. Includes job count, quote count, and total revenue per client. Useful for identifying repeat customers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of clients to return. Defaults to 50, capped at 100. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Total clients returned | |
| clients | No | List of {id, name, phone, email, jobCount, quoteCount, totalRevenue} objects |