<!--
{
  "documentType" : "article",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/beta-feedback-crash-submissions",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Beta feedback crash submissions"
}
-->

# Beta feedback crash submissions

Get TestFlight feedback crashes from beta testers for your apps.

## Discussion

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](/documentation/AppStoreConnectAPI/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`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-betaFeedbackCrashSubmissions)

Get the beta feedback crash submissions for a specific app.

[`List all beta feedback crash submission ids for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-betaFeedbackCrashSubmissions)

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

[`Read Beta Feedback Crash Submission Information`](/documentation/AppStoreConnectAPI/GET-v1-betaFeedbackCrashSubmissions-_id_)

Get information for a specific beta feedback crash submission.

[`Read the Crash Log for a Beta Feedback Crash Submission`](/documentation/AppStoreConnectAPI/GET-v1-betaFeedbackCrashSubmissions-_id_-crashLog)

Get crash log information for a specific beta feedback crash submission.

[`Get the crash log ID for a beta feedback crash submission`](/documentation/AppStoreConnectAPI/GET-v1-betaFeedbackCrashSubmissions-_id_-relationships-crashLog)

[`Delete a Beta Feedback Crash Submission`](/documentation/AppStoreConnectAPI/DELETE-v1-betaFeedbackCrashSubmissions-_id_)

Delete a beta feedback crash submission from your app.

### Read beta crash logs

[`Read Beta Crash Log Information`](/documentation/AppStoreConnectAPI/GET-v1-betaCrashLogs-_id_)

Get crash log details for a specific beta feedback crash submission.

### Objects

[`BetaCrashLog`](/documentation/AppStoreConnectAPI/BetaCrashLog)

The crash log details from a TestFlight tester’s device, including the stack trace and metadata captured at the time of the crash.

[`BetaCrashLogResponse`](/documentation/AppStoreConnectAPI/BetaCrashLogResponse)

A response containing a single crash log from a TestFlight tester’s device.

[`BetaFeedbackCrashSubmission`](/documentation/AppStoreConnectAPI/BetaFeedbackCrashSubmission)

A crash report submitted by a TestFlight beta tester, linked to the build, bundle, and tester that produced it.

[`BetaFeedbackCrashSubmissionResponse`](/documentation/AppStoreConnectAPI/BetaFeedbackCrashSubmissionResponse)

A response containing a single crash report submitted by a TestFlight beta tester.

[`BetaFeedbackCrashSubmissionsResponse`](/documentation/AppStoreConnectAPI/BetaFeedbackCrashSubmissionsResponse)

A response containing a list of crash reports submitted by TestFlight beta testers.

[`BetaFeedbackCrashSubmissionCrashLogLinkageResponse`](/documentation/AppStoreConnectAPI/BetaFeedbackCrashSubmissionCrashLogLinkageResponse)

A response containing the resource identifier of the crash log linked to a crash feedback submission.

[`DeviceConnectionType`](/documentation/AppStoreConnectAPI/DeviceConnectionType)

A string that represents the ways a device was connected for a specific crash.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)