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

# Read app store review detail information

Get App Review details you provided, including contact information, demo account, and notes.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store review detail resource ID from the Read the app store review details resource information of an app store version 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. limit[appStoreReviewAttachments]: The maximum number of related App Store review attachments resources to return. fields[appStoreReviewAttachments]: Additional fields to include for each App Store review attachment resource returned by the response. fields[appStoreVersions]:

## 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

### Creating, Modifying, and Reading Review Details

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