list_customers
Retrieve customer records from Conekta with search and pagination options to manage payment data efficiently.
Instructions
List customers with optional search and pagination.
Args: limit: Max number of customers to return (1-250, default 20) search: Search by name, email, phone, or custom reference next_page: Cursor for next page (from previous response) previous_page: Cursor for previous page (from previous response)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| search | No | ||
| next_page | No | ||
| previous_page | No |