---
title: Read Price Schedule Information for an App
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-apppriceschedule
---

# Read Price Schedule Information for an App

Read price schedule details for a specific app.

## URL

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

## 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[appPriceSchedules]: Additional fields to include for each app price schedule resource returned by the response. fields[appPrices]: Additional fields to include for each app price resource returned by the response. fields[apps]: Additional fields to include for each app resource returned by the response. fields[territories]: Additional fields to include for each territory resource returned by the response. include: The relationship data to include in the response. limit[automaticPrices]: The maximum number of related automatic prices resources to return. limit[manualPrices]: The maximum number of related manual prices resources to return.

## Response Codes

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

## Mentioned in

App Store Connect API 2.3 release notes

## Discussion

Discussion Example Request and Response

## See Also

### Getting and managing an app’s price schedules

- [Get the app price schedule ID for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-apppriceschedule.md)
- [Read an App's Price Schedule Information](appstoreconnectapi/get-v1-apppriceschedules-_id_.md)
- [List Automatically Generated Prices for an App](appstoreconnectapi/get-v1-apppriceschedules-_id_-automaticprices.md)
- [Read the Base Territory for an App's Price Schedule](appstoreconnectapi/get-v1-apppriceschedules-_id_-baseterritory.md)
- [List Manually Chosen Prices for an App](appstoreconnectapi/get-v1-apppriceschedules-_id_-manualprices.md)
- [List automatic price IDs for an app price schedule](appstoreconnectapi/get-v1-apppriceschedules-_id_-relationships-automaticprices.md)
- [Get the base territory ID for an app price schedule](appstoreconnectapi/get-v1-apppriceschedules-_id_-relationships-baseterritory.md)
- [List manual price IDs for an app price schedule](appstoreconnectapi/get-v1-apppriceschedules-_id_-relationships-manualprices.md)
- [Add a Scheduled Price Change to an App](appstoreconnectapi/post-v1-apppriceschedules.md)
