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}/artifactsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | The opaque resource ID that uniquely identifies the Build Actions resource. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[ciArtifacts] Optional | [string] | Additional fields to include for each Artifacts resource returned by the response. |
limit Optional | integer | The number of Artifacts resources to return. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | CiArtifactsResponse | The request completed successfully. |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | An error occurred with your request. |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | Request not authorized. |
| 404 | Not Found Content-Type: application/json | ErrorResponse | Resource not found. |
| 429 | Content-Type: application/json | ErrorResponse |
See Also
Getting Build Actions
Read build action informationRead the xcode cloud build information for a build actionList all issues for a build actionList all test results for an xcode cloud test actionList artifact IDs for a CI build actionGet the build run ID for a CI build actionList issue IDs for a CI build actionList test result IDs for a CI build action