list_customers_by_status
Retrieve basic profile info for all customers filtered by status: active, inactive, or churned. Use to answer questions about customer segments.
Instructions
List all customers with a given status. Valid statuses are 'active', 'inactive', or 'churned'. Returns each matching customer's basic profile info. Use this for questions like 'show me all active customers' or 'which customers have churned?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | The customer status to filter by. |