---
title: Get Review Submissions for an App
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-reviewsubmissions
---

# Get Review Submissions for an App

Get a list of review submissions associated with a specific app.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response.

## Query Parameters

fields[reviewSubmissionItems]: Additional fields to include for each review submission item resource returned by the response. fields[reviewSubmissions]: Additional fields to include for each review submission resource returned by the response. filter[platform]: Filter the returned review submissions by platform. filter[state]: Filter the returned review submissions by state. include: The relationship data to include in the response. limit: The maximum number of review submission resources to return. limit[items]: The maximum number of related items resources to return. fields[appStoreVersions]: Additional fields to include for each App Store version resource returned by the response. fields[apps]: Additional fields to include for each app resource returned by the response. fields[actors]: Additional fields to include for each actor resource returned by the response.

## Response Codes

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

## Discussion

Discussion Example Request and Response

## See Also

### Getting review submissions

- [List review submission IDs](appstoreconnectapi/get-v1-apps-_id_-relationships-reviewsubmissions.md)
