get_perf_power_metrics
Retrieve aggregated power and performance metrics for app versions or a single build. Get launch time, hang rate, memory, disk writes, battery, and regression insights comparing latest version against previous ones.
Instructions
Get aggregated power and performance metrics (MetricKit data from real devices) for an app's recent versions or for a single build: launch time, hang rate, memory, disk writes, battery, animation and termination metrics, plus Apple's regression insights comparing the latest version against previous ones. Pass either app_id or build_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No | App Store Connect app ID (or pass build_id) | |
| build_id | No | Build ID, for metrics of a single build | |
| platform | No | Filter by platform (only iOS is supported) | |
| device_type | No | Filter by device type, e.g. 'all_iphones' or 'all_ipads' | |
| metric_type | No | Filter by metric type, e.g. 'LAUNCH' |