customers_history
Read-only
Retrieve customer field-change logs to identify growth and churn signals and enable incremental sync with pagination.
Instructions
Customer field-change log for growth/churn signals and incremental sync. Returns {history[], pagination}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | If true, return the untouched RetailCRM payload (for debugging; verbose). | |
| page | No | Page number | |
| limit | No | Results per page (max 100) | |
| filter_date_to | No | Changes on/before this date (YYYY-MM-DD) | |
| filter_since_id | No | Return changes after this history entry ID (incremental sync) | |
| filter_date_from | No | Changes on/after this date (YYYY-MM-DD) |