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

# Read the app store version phased release information of an app store version

Read the phased release status and configuration for a version with phased release enabled.

## URL

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

## 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[appStoreVersionPhasedReleases]: Additional fields to include for each App Store version phased release 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)
- [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)
- [Get the phased release ID for an App Store version](appstoreconnectapi/get-v1-appstoreversions-_id_-relationships-appstoreversionphasedrelease.md)
