---
title: Read app store review attachment information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appstorereviewattachments-_id_
---

# Read app store review attachment information

Get information about an App Store review attachment and its upload and processing status.

## URL

GET https://api.appstoreconnect.apple.com/v1/appStoreReviewAttachments/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store review attachment resource ID from the List all review attachments for an app store review detail response.

## Query Parameters

fields[appStoreReviewAttachments]: Additional fields to include for each App Store review attachment resource returned by the response. include: The relationship data to include in the response. fields[appStoreReviewDetails]:

## Response Codes

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

## See Also

### Reading Attachment Information

- [List all review attachments for an app store review detail](appstoreconnectapi/get-v1-appstorereviewdetails-_id_-appstorereviewattachments.md)
- [List App Store review attachment IDs for an App Store review detail](appstoreconnectapi/get-v1-appstorereviewdetails-_id_-relationships-appstorereviewattachments.md)
