---
title: List all xcode cloud builds for a workflow
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-ciworkflows-_id_-buildruns
---

# List all xcode cloud builds for a workflow

List all builds Xcode Cloud performed for a specific workflow.

## URL

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

## Path Parameters

id: The opaque resource ID that uniquely identifies the Workflows 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 Workflows

- [Read xcode cloud workflow information](appstoreconnectapi/get-v1-ciworkflows-_id_.md)
- [Read the repository information for an xcode cloud workflow](appstoreconnectapi/get-v1-ciworkflows-_id_-repository.md)
- [List build run IDs for a CI workflow](appstoreconnectapi/get-v1-ciworkflows-_id_-relationships-buildruns.md)
- [Get the repository ID for a CI workflow](appstoreconnectapi/get-v1-ciworkflows-_id_-relationships-repository.md)
