---
title: List all beta feedback crash submission ids for an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-relationships-betafeedbackcrashsubmissions
---

# List all beta feedback crash submission ids for an app

Get a list of beta feedback crash submissions for a specific app.

## URL

GET https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/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

limit: The maximum number of beta feedback crash submission resource identifiers to return.

## Response Codes

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

## See Also

### Reading and deleting beta feedback crash submissions

- [List All Beta Feedback Crash Submissions for an App](appstoreconnectapi/get-v1-apps-_id_-betafeedbackcrashsubmissions.md)
- [Read Beta Feedback Crash Submission Information](appstoreconnectapi/get-v1-betafeedbackcrashsubmissions-_id_.md)
- [Read the Crash Log for a Beta Feedback Crash Submission](appstoreconnectapi/get-v1-betafeedbackcrashsubmissions-_id_-crashlog.md)
- [Get the crash log ID for a beta feedback crash submission](appstoreconnectapi/get-v1-betafeedbackcrashsubmissions-_id_-relationships-crashlog.md)
- [Delete a Beta Feedback Crash Submission](appstoreconnectapi/delete-v1-betafeedbackcrashsubmissions-_id_.md)
