report__get_customer_transactions_by_date
Retrieve customer transactions within a specified date range, using pagination to handle large datasets. Filter by customer and organization to generate period-based reports.
Instructions
Получить транзакции клиента за период (постранично).
Даты трактуются как UTC включительно (date_from..date_to).
Args: request: Параметры запроса (customer/organization, период, пагинация)
Returns: Ответ со списком транзакций за период Где взять ID: customerId → customers__get_customer_info; organizationId → organizations__get_organizations. Троттлинг MCP-сервера (не лимит iikoCloud): не чаще 10 запрос(ов) за 60 с — кэшируйте результат в диалоге.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |