apps__perf_power_metrics__list
List performance and power metrics for an app using App Store Connect, with filters for platform, device type, and metric type to diagnose issues like battery drain, hangs, or memory usage.
Instructions
List the perf power metrics belonging to an app. [GET /v1/apps/{id}/perfPowerMetrics]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| next_url | No | Absolute links.next URL from a previous response. | |
| filter_platform | No | filter by attribute 'platform' | |
| filter_deviceType | No | filter by attribute 'deviceType' | |
| filter_metricType | No | filter by attribute 'metricType' |