list_beta_feedback_screenshots
Retrieve beta tester feedback screenshots for your app, including device info and comments. Filter by build, platform, device model, OS version, or tester.
Instructions
List all beta feedback screenshot submissions for an app. This includes feedback with screenshots, device information, and tester comments. You can identify the app using either appId or bundleId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order for results (default: -createdDate for newest first) | |
| appId | No | The ID of the app to get feedback for (e.g., '6747745091') | |
| limit | No | Maximum number of feedback items to return (default: 50, max: 200) | |
| buildId | No | Filter by specific build ID (optional) | |
| bundleId | No | The bundle ID of the app (e.g., 'com.example.app'). Can be used instead of appId. | |
| testerId | No | Filter by specific tester ID (optional) | |
| osVersion | No | Filter by OS version (e.g., '18.4.1') (optional) | |
| appPlatform | No | Filter by app platform (optional) | |
| deviceModel | No | Filter by device model (e.g., 'iPhone15_2') (optional) | |
| includeBuilds | No | Include build information in response (optional) | |
| devicePlatform | No | Filter by device platform (optional) | |
| includeTesters | No | Include tester information in response (optional) |