---
title: List all builds xcode cloud created in app store connect
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-cibuildruns-_id_-builds
---

# List all builds xcode cloud created in app store connect

List All App Store Connect and TestFlight Builds when it performed a build.

## URL

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

## Path Parameters

id: The opaque resource ID that uniquely identifies the Build Runs resource.

## Query Parameters

fields[betaBuildLocalizations]: Additional fields to include for each Builds resource returned by the response. fields[betaTesters]: Additional fields to include for each Builds resource returned by the response. fields[buildIcons]: Additional fields to include for each Builds resource returned by the response. fields[builds]: Additional fields to include for each Builds resource returned by the response. filter[appStoreVersion]: Filter the returned builds using the ID of the related App Store Versions resource. filter[app]: Filter the returned builds using the ID of the related Apps resource. filter[betaAppReviewSubmission.betaReviewState]: Filter the returned builds using the beta review state attribute. filter[betaGroups]: Filter the returned builds using the ID of the related Beta Groups resource. filter[expired]: Filter the returned builds using the expired attribute. filter[id]: Filter the returned builds using the ID of the Builds resource. filter[preReleaseVersion.platform]: Filter the returned builds using the platform attribute of the Pre-Release Versions resource. filter[preReleaseVersion.version]: Filter the returned builds using the version attribute of the Pre-Release Versions resource. filter[preReleaseVersion]: Filter the returned builds using the ID of the related Pre-Release Versions resource. filter[processingState]: Filter the returned builds using the processing state attribute. filter[usesNonExemptEncryption]: Filter the returned builds using the uses nonexempt encryption  attribute. filter[version]: Filter the returned builds using the version attribute. include: The relationship data to include in the response. limit: The number of Builds resources to return. limit[betaBuildLocalizations]: The number of included Builds resources to return if the beta build localization relationship is included. limit[icons]: The number of included Builds resources to return if the icons relationship is included. limit[individualTesters]: The number of included Builds resources to return if the individual testers relationship is included. sort: Attributes by which to sort the returned Builds resources. filter[buildAudienceType]: limit[buildBundles]: fields[buildBundles]: fields[betaGroups]: limit[betaGroups]: fields[betaAppReviewSubmissions]: fields[buildBetaDetails]: fields[preReleaseVersions]: fields[appStoreVersions]: fields[appEncryptionDeclarations]: fields[apps]: exists[usesNonExemptEncryption]: fields[buildUploads]:

## 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 Build Information

- [Read xcode cloud build information](appstoreconnectapi/get-v1-cibuildruns-_id_.md)
- [List all actions for an xcode cloud build](appstoreconnectapi/get-v1-cibuildruns-_id_-actions.md)
- [List action IDs for a CI build run](appstoreconnectapi/get-v1-cibuildruns-_id_-relationships-actions.md)
- [List build IDs for a CI build run](appstoreconnectapi/get-v1-cibuildruns-_id_-relationships-builds.md)
