---
title: List all builds of an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-builds
---

# List all builds of an app

Get a list of builds associated with a specific app.

## URL

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

## 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[builds]: Fields to return for included related types. limit: Number of resources to return.

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

## Discussion

Discussion Example Request and Response

## See Also

### Getting app build and prerelease version information

- [List build IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-builds.md)
- [List all prerelease versions for an app](appstoreconnectapi/get-v1-apps-_id_-prereleaseversions.md)
- [List prerelease version IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-prereleaseversions.md)
