list_diagnostic_signatures
Retrieve diagnostic signatures for a build to identify recurring performance issues like disk writes, hangs, or slow launches. Filter by type and limit results to analyze problematic call stacks.
Instructions
List power and performance diagnostic signatures for a build. Signatures represent recurring performance issues (disk writes, hangs, slow launches) grouped by call stack. Use list_diagnostic_logs with a signature ID to get detailed logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buildId | Yes | The build resource ID | |
| diagnosticType | No | Filter by diagnostic type (optional) | |
| limit | No | Maximum number of signatures to return (1-200) |