Build Actions
Read information about actions you configured for an Xcode Cloud workflow and their related data such as artifacts, issues, or test results.
Overview
The ciBuildActions resource represents the actions Xcode Cloud performed when it built your project or workspace. Use it to read information about the actions Xcode Cloud performed during a build; for example:
Type, name, and date information of the action
Status information for an ongoing and completed action
Artifacts created by the action
Issues that occurred
Detailed information about test results
To update a workflow’s actions, use the Workflows resource.
Topics
Getting Build Actions
Read Build Action InformationList All Artifacts for a Build ActionRead the Xcode Cloud Build Information for a Build ActionList All Issues for a Build ActionList All Test Results for an Xcode Cloud Test ActionGET /v1/ciBuildActions/{id}/relationships/artifactsGET /v1/ciBuildActions/{id}/relationships/buildRunGET /v1/ciBuildActions/{id}/relationships/issuesGET /v1/ciBuildActions/{id}/relationships/testResults