get_beta_tester_metrics
Retrieve TestFlight beta tester engagement metrics, including sessions, crashes, and feedback, for an app or beta group. Filter by tester or reporting period to analyze individual participation.
Instructions
Get TestFlight tester engagement metrics (session count, crash count, feedback count) for an app or a beta group, grouped by beta tester. Pass either app_id or group_id; optionally restrict to a single tester and pick a reporting period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max data points | |
| app_id | No | App Store Connect app ID (or pass group_id) | |
| period | No | Reporting period (default: P30D) | |
| group_id | No | Beta group ID (from list_beta_groups) | |
| tester_id | No | Restrict to a single beta tester ID |