---
title: List All Beta Feedback Crash Submissions for an App
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-betafeedbackcrashsubmissions
---

# List All Beta Feedback Crash Submissions for an App

Get the beta feedback crash submissions for a specific app.

## URL

GET https://api.appstoreconnect.apple.com/v1/apps/{id}/betaFeedbackCrashSubmissions

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response.

## Query Parameters

fields[betaFeedbackCrashSubmissions]: Additional fields to include for each beta feedback crash submission resource returned by the response. fields[betaTesters]: Additional fields to include for each beta tester resource returned by the response. fields[builds]: Additional fields to include for each build resource returned by the response. filter[appPlatform]: Filter the returned beta feedback crash submissions by app platform. filter[build.preReleaseVersion]: Filter the returned beta feedback crash submissions by build pre-release version. filter[build]: Filter the returned beta feedback crash submissions by build. filter[deviceModel]: Filter the returned beta feedback crash submissions by device model. filter[devicePlatform]: Filter the returned beta feedback crash submissions by device platform. filter[osVersion]: Filter the returned beta feedback crash submissions by OS version. filter[tester]: Filter the returned beta feedback crash submissions by tester. include: The relationship data to include in the response. limit: The maximum number of beta feedback crash submission resources to return. sort: Attributes by which to sort.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Getting beta feedback

- [List All Beta Feedback Screenshot Submissions for an App](appstoreconnectapi/get-v1-apps-_id_-betafeedbackscreenshotsubmissions.md)
