List Interactions
list_interactionsRetrieve interaction history for a specific customer, with optional date range and interaction type filters.
Instructions
Get interaction history for a customer, with optional date range and type filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| since | No | Deprecated: use `from_date`. | |
| until | No | Deprecated: use `to_date`. | |
| to_date | No | Only show interactions on or before this date (ISO 8601) | |
| from_date | No | Only show interactions on or after this date (ISO 8601) | |
| customer_id | Yes | Customer UUID | |
| interaction_type | No | Filter by interaction type |