---
title: Beta feedback crash submissions
framework: appstoreconnectapi
role: collectionGroup
role_heading: API Collection
path: appstoreconnectapi/beta-feedback-crash-submissions
---

# Beta feedback crash submissions

Get TestFlight feedback crashes from beta testers for your apps.

## Overview

Overview Use this API to read details about crashes submitted by testers while testing your beta app builds. There are many filters available for these endpoints to help you identify patterns and isolate issues. You can get new beta feedback crash submissions in two ways: Make active GET request to look up new beta feedback crash submissions. Set up a webhook to get a notification when there is new beta feedback crash submissions. Then look up the corresponding feedback. To learn more, see Webhook notifications. To manage beta feedback crash submissions, be sure you have one of the following user roles: ADMIN APP MANAGER DEVELOPER Both Team and Individual keys can use these endpoints with the correct role.

## Topics

### Reading and deleting beta feedback crash submissions

- [List All Beta Feedback Crash Submissions for an App](appstoreconnectapi/get-v1-apps-_id_-betafeedbackcrashsubmissions.md)
- [List all beta feedback crash submission ids for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-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)

### Read beta crash logs

- [Read Beta Crash Log Information](appstoreconnectapi/get-v1-betacrashlogs-_id_.md)

### Objects

- [BetaCrashLog](appstoreconnectapi/betacrashlog.md)
- [BetaCrashLogResponse](appstoreconnectapi/betacrashlogresponse.md)
- [BetaFeedbackCrashSubmission](appstoreconnectapi/betafeedbackcrashsubmission.md)
- [BetaFeedbackCrashSubmissionResponse](appstoreconnectapi/betafeedbackcrashsubmissionresponse.md)
- [BetaFeedbackCrashSubmissionsResponse](appstoreconnectapi/betafeedbackcrashsubmissionsresponse.md)
- [BetaFeedbackCrashSubmissionCrashLogLinkageResponse](appstoreconnectapi/betafeedbackcrashsubmissioncrashloglinkageresponse.md)
- [DeviceConnectionType](appstoreconnectapi/deviceconnectiontype.md)

## See Also

### Beta Feedback

- [Beta feedback screenshot submissions](appstoreconnectapi/beta-feedback-screenshot-submissions.md)
