list_subscription_events
Retrieve subscription lifecycle events from ChartMogul to track subscription changes, cancellations, updates, and scheduled events with filtering options.
Instructions
[ChartMogul API] List subscription lifecycle events (track subscription changes). LIMIT WARNING: Default limit 20. Discourage requesting more than 20 items to avoid excessive token usage. Returns subscription event objects with event details, dates, subscription/customer info. FILTERS: data_source_uuid (string), external_id (string), customer_external_id (string), subscription_external_id (string), event_type (string: "subscription_start", "subscription_start_scheduled", "scheduled_subscription_start_retracted", "subscription_cancelled", "subscription_cancellation_scheduled", "scheduled_subscription_cancellation_retracted", "subscription_updated", "subscription_update_scheduled", "scheduled_subscription_update_retracted", "subscription_event_retracted"), event_date (ISO 8601 datetime), effective_date (ISO 8601 datetime), plan_external_id (string). Response includes cursor/has_more. Example: event_type="subscription_start"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_source_uuid | No | ||
| external_id | No | ||
| customer_external_id | No | ||
| subscription_external_id | No | ||
| event_type | No | ||
| event_date | No | ||
| effective_date | No | ||
| plan_external_id | No | ||
| limit | No |