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

# Read the app store version submission information of an app store version

Get the App Review submission for a specific App Store version.

## URL

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

## 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[appStoreVersionSubmissions]: Additional fields to include for each App Store version submission resource returned by the response. fields[appStoreVersions]: Additional fields to include for each App Store version resource returned by the response. include: The relationship data to include in 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

- [Get the App Store version submission ID for an App Store version](appstoreconnectapi/get-v1-appstoreversions-_id_-relationships-appstoreversionsubmission.md)
- [Read the app store review details resource information of an app store version](appstoreconnectapi/get-v1-appstoreversions-_id_-appstorereviewdetail.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)
