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

# Beta feedback screenshot submissions

Get Testflight feedback screenshots from beta testers for your apps.

## Discussion

Use this API to read details about screenshots 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 screenshot submissions in two ways:

- Make an active `GET` request to look up new beta feedback screenshot submissions.
- Set up a webhook to get a notification when there is a new beta feedback screenshot submission. Then look up the corresponding feedback. For more information about these notifications, see [Webhook notifications](/documentation/AppStoreConnectAPI/webhook-notifications).

To manage beta feedback screenshot 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 screenshot submissions

[`List All Beta Feedback Screenshot Submissions for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-betaFeedbackScreenshotSubmissions)

Get beta feedback screenshot submissions for a specific app.

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

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

[`Read a Beta Feedback Screenshot Submission`](/documentation/AppStoreConnectAPI/GET-v1-betaFeedbackScreenshotSubmissions-_id_)

Get information for a specific beta feedback screenshot submission.

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

Delete a beta feedback screenshot submission from your app.

### Objects

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

A screenshot and feedback note submitted by a TestFlight beta tester while testing a specific build.

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

A response containing a single screenshot and feedback note submitted by a TestFlight beta tester.

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

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



---

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)