list_crash_feedback
Find TestFlight crash feedback with tester comments, device/OS, build, and version details. Filter by app version, build, platform, device, OS, or tester to access related crash logs.
Instructions
List TestFlight crash feedback submissions for an app. Each submission includes any tester comment, device/OS details, the resolved tester and build, and a reference to the downloadable crash log (use get_crash_log). The build carries its build number (build.version) and the TestFlight/marketing version (build.preReleaseVersion.version, e.g. '1.2.0'). By default only the latest pre-release version's feedback is returned (set app_version to a specific version or 'all'). Filter by build, platform, device, OS or tester.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default: -createdDate, newest first) | |
| limit | No | Max items to return (default: 50) | |
| app_id | Yes | App Store Connect app ID (from list_apps) | |
| build_id | No | Filter to a single build ID | |
| tester_id | No | Filter by beta tester ID | |
| os_version | No | Filter by OS version string | |
| app_version | No | Pre-release (marketing) version to filter by, e.g. '1.2.0'. Defaults to 'latest' — only the most recent version's feedback is returned; older versions are excluded. Pass 'all' to include every version. Ignored when build_id is set. | |
| app_platform | No | Filter by app platform | |
| device_model | No | Filter by device model, e.g. 'iPhone15,2' | |
| device_platform | No | Filter by device platform |