---
title: Read xcode cloud build information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-cibuildruns-_id_
---

# Read xcode cloud build information

Get information about a specific Xcode Cloud build.

## URL

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

## Path Parameters

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

## Query Parameters

fields[ciBuildRuns]: Additional fields to include for the Build Runs resource returned by the response. include: The relationship data to include in the response. limit[builds]: The number of included Build Runs resources to return if the builds relationship is included. fields[builds]: Additional fields to include for the Build Runs resource returned by the response. fields[ciProducts]: fields[ciWorkflows]: fields[scmGitReferences]: fields[scmPullRequests]:

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

## Discussion

Discussion The example request below retrieves detailed information for a specific build. Use the data provided in the response to display detailed build information on a dashboard or to access related information for each action Xcode Cloud performed. Example Request and Response

## See Also

### Getting Build Information

- [List all actions for an xcode cloud build](appstoreconnectapi/get-v1-cibuildruns-_id_-actions.md)
- [List all builds xcode cloud created in app store connect](appstoreconnectapi/get-v1-cibuildruns-_id_-builds.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)
