Contents

List All Artifacts for a Build Action

List all artifacts Xcode Cloud created when it performed an action.

URL

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

Path Parameters

NameTypeDescription
id Requiredstring

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

Query Parameters

NameTypeDescription
fields[ciArtifacts] Optional[string]

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

limit Optionalinteger

The number of Artifacts resources to return.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
CiArtifactsResponse

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 Build Actions