---
title: Get power and performance metrics for a build
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-builds-_id_-perfpowermetrics
---

# Get power and performance metrics for a build

Get the performance and power metrics data for a specific build.

## URL

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

## Path Parameters

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

## Query Parameters

filter[deviceType]: 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

## Discussion

Discussion The example below requests iOS animation metrics on all iPads for a specific build. To get the metrics for all of the most-recent app versions instead, use the Get power and performance metrics for an app 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 an app](appstoreconnectapi/get-v1-apps-_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)
