asc_get_subscription_events_range
Fetch and concatenate Apple subscription event reports for a date range, returning JSON rows or raw TSV. Specify days back or start/end dates (max 60 days per call).
Instructions
Fetch SUBSCRIPTION_EVENT reports for a range of days and concatenate them. Use daysBack=N for the last N days ending yesterday, OR startDate + endDate (YYYY-MM-DD, inclusive). Max 60 days per call. Returns JSON rows (with a synthesized reportDate column) by default so downstream aggregation is easy; pass format=tsv for the raw concat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | json | |
| endDate | No | YYYY-MM-DD, inclusive. | |
| daysBack | No | Alternative to startDate/endDate: last N days ending yesterday. | |
| startDate | No | YYYY-MM-DD, inclusive. |