---
title: List all xcode cloud builds for an xcode cloud product
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-ciproducts-_id_-buildruns
---

# List all xcode cloud builds for an xcode cloud product

List all builds Xcode Cloud performed for a specific product.

## URL

GET https://api.appstoreconnect.apple.com/v1/ciProducts/{id}/buildRuns

## Path Parameters

id: The opaque resource ID that uniquely identifies the Products resource.

## Query Parameters

fields[builds]: Additional fields to include for each Build Runs resource returned by the response. fields[ciBuildRuns]: Additional fields to include for each Build Runs resource returned by the response. filter[builds]: Filter the returned build runs using the ID of the related Builds resource. include: The relationship data to include in the response. limit: The number of Build Runs resources to return. limit[builds]: The number of included Build Runs resources to return if the builds relationship is included. fields[scmGitReferences]: fields[ciWorkflows]: fields[scmPullRequests]: fields[ciProducts]: sort:

## Response Codes

200 OK: The request completed successfully. 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

### Getting Xcode Cloud Products

- [List all xcode cloud products](appstoreconnectapi/get-v1-ciproducts.md)
- [Read xcode cloud product information](appstoreconnectapi/get-v1-ciproducts-_id_.md)
- [List all additional repositories for an xcode cloud product](appstoreconnectapi/get-v1-ciproducts-_id_-additionalrepositories.md)
- [List additional repository IDs for a CI product](appstoreconnectapi/get-v1-ciproducts-_id_-relationships-additionalrepositories.md)
- [Read app information for an xcode cloud product](appstoreconnectapi/get-v1-ciproducts-_id_-app.md)
- [Get the app ID for a CI product](appstoreconnectapi/get-v1-ciproducts-_id_-relationships-app.md)
- [List build run IDs for a CI product](appstoreconnectapi/get-v1-ciproducts-_id_-relationships-buildruns.md)
- [List all primary git repositories for an xcode cloud product](appstoreconnectapi/get-v1-ciproducts-_id_-primaryrepositories.md)
- [List primary repository IDs for a CI product](appstoreconnectapi/get-v1-ciproducts-_id_-relationships-primaryrepositories.md)
- [List all workflows for an xcode cloud product](appstoreconnectapi/get-v1-ciproducts-_id_-workflows.md)
- [List workflow IDs for a CI product](appstoreconnectapi/get-v1-ciproducts-_id_-relationships-workflows.md)
- [Read the xcode cloud product for an app](appstoreconnectapi/get-v1-apps-_id_-ciproduct.md)
