Contents

List All Actions for an Xcode Cloud Build

List all actions Xcode Cloud performed during a specific build.

URL

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

Path Parameters

NameTypeDescription
id Requiredstring

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

Query Parameters

NameTypeDescription
fields[ciBuildActions] Optional[string]

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

limit Optionalinteger

The number of Actions resources to return.

fields[ciBuildRuns] Optional[string]

include Optional[string]

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
CiBuildActionsResponse

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

Discussion

The example request below lists actions Xcode Cloud performed during a specific build. Use the information provided in the response to display detailed action information on a dashboard or to read additional data; for example, test results.

Example Request and Response

See Also

Getting Build Information