Contents

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

NameTypeDescription
id Requiredstring

The opaque resource ID that uniquely identifies the Workflows resource.

Query Parameters

NameTypeDescription
fields[builds] Optional[string]

Additional fields to include for each Build Runs resource returned by the response.

fields[ciBuildRuns] Optional[string]

Additional fields to include for each Build Runs resource returned by the response.

filter[builds] Optional[string]

Filter the returned build runs using the ID of the related Builds resource.

include Optional[string]

The relationship data to include in the response.

limit Optionalinteger

The number of Build Runs resources to return.

limit[builds] Optionalinteger

The number of included Build Runs resources to return if the builds relationship is included.

fields[scmGitReferences] Optional[string]

fields[ciWorkflows] Optional[string]

fields[scmPullRequests] Optional[string]

fields[ciProducts] Optional[string]

sort Optional[string]

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
CiBuildRunsResponse

The request completed successfully.

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not Found
Content-Type: application/json
ErrorResponse

Resource not found.

429
Content-Type: application/json
ErrorResponse

See Also

Getting Xcode Cloud Workflows