builds__perf_power_metrics__list
Retrieve performance and power metrics for a specific build, with optional filters for platform, device type, and metric type. Supports pagination via next URL.
Instructions
List the perf power metrics belonging to a build. [GET /v1/builds/{id}/perfPowerMetrics]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| next_url | No | Absolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored. | |
| filter_platform | No | filter by attribute 'platform' | |
| filter_deviceType | No | filter by attribute 'deviceType' | |
| filter_metricType | No | filter by attribute 'metricType' |