---
title: Get power and performance metrics for an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-perfpowermetrics
---

# Get power and performance metrics for an app

Get the performance and power metrics data for the most recent version of an app.

## URL

GET https://api.appstoreconnect.apple.com/v1/apps/{id}/perfPowerMetrics

## Path Parameters

id: The resource ID that uniquely identifies the app to return metrics data for. Obtain the app resource ID from the List apps response.

## Query Parameters

filter[deviceType]: The device types by which to filter. Use all_iphones for all iPhone models. Use all_ipads for all iPad models. filter[metricType]: Types of metrics by which to filter. For more information about metric types, see MetricCategory. filter[platform]: Platforms by which to filter.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## Mentioned in

App Store Connect API 1.4 release notes App Store Connect API 4.0 release notes

## Discussion

Discussion The example below requests iOS app launch metrics on all iPhones for the most-recent app versions. To get metrics for a specific app version instead, use the Get power and performance metrics for a build endpoint. Example Request and Response

## See Also

### Getting Metrics and Diagnostic Logs

- [Retrieve Power and Performance Metrics and Log Insights](appstoreconnectapi/retrieve-power-and-performance-metrics-and-log-insights.md)
- [Get power and performance metrics for a build](appstoreconnectapi/get-v1-builds-_id_-perfpowermetrics.md)
- [List all diagnostic signatures for a build](appstoreconnectapi/get-v1-builds-_id_-diagnosticsignatures.md)
- [Download logs for a diagnostic signature](appstoreconnectapi/get-v1-diagnosticsignatures-_id_-logs.md)
