List customers
list_customersFetch a page of customer records from e-conomic, with options to set page number and page size for efficient data retrieval.
Instructions
Fetch a page of customers from the e-conomic API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch (default 1). | |
| pageSize | No | Number of customers per page (default 100). |