get_screenshot_feedback
Retrieve a screenshot feedback submission with tester comment, device metadata, build details, and screenshot assets. Optionally download the first screenshot as an inline image.
Instructions
Get a single screenshot feedback submission by ID, including the tester comment, full device metadata, resolved tester and build (with build.version and the TestFlight version build.preReleaseVersion.version), and screenshot asset URLs. Set download_screenshot to also return the first screenshot inline as an image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feedback_id | Yes | Screenshot feedback submission ID | |
| download_screenshot | No | Download and return the first screenshot inline as an image (default: false) |