list_customers
Retrieve a paginated list of customers. Filter by name, email, or mobile to find specific records.
Instructions
List customers (paginated, 50 per page by default). Supports search by name/email/mobile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Defaults to 1. | |
| per_page | No | Results per page (max 50). Defaults to 50. | |
| search | No | Search term to filter customers by name, email, or mobile. |