---
title: Read the app store review details resource information of an app store version
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appstoreversions-_id_-appstorereviewdetail
---

# Read the app store review details resource information of an app store version

Get the details you provide to App Review so they can test your app.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store version resource ID from the List all app store versions for an app response.

## Query Parameters

fields[appStoreReviewDetails]: Additional fields to include for each App Store review detail resource returned by the response. include: The relationship data to include in the response. fields[appStoreReviewAttachments]: Additional fields to include for each App Store review attachment resource returned by the response. limit[appStoreReviewAttachments]: The maximum number of related App Store review attachment resources to return. fields[appStoreVersions]: Additional fields to include for each App Store version resource returned by the response.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Reading Release and Review Information

- [Read the app store version submission information of an app store version](appstoreconnectapi/get-v1-appstoreversions-_id_-appstoreversionsubmission.md)
- [Get the App Store version submission ID for an App Store version](appstoreconnectapi/get-v1-appstoreversions-_id_-relationships-appstoreversionsubmission.md)
- [Get the App Store review detail ID for an App Store version](appstoreconnectapi/get-v1-appstoreversions-_id_-relationships-appstorereviewdetail.md)
- [Read the app store version phased release information of an app store version](appstoreconnectapi/get-v1-appstoreversions-_id_-appstoreversionphasedrelease.md)
- [Get the phased release ID for an App Store version](appstoreconnectapi/get-v1-appstoreversions-_id_-relationships-appstoreversionphasedrelease.md)
