---
title: Build Actions
framework: appstoreconnectapi
role: collectionGroup
role_heading: API Collection
path: appstoreconnectapi/build-actions
---

# 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

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. note: This resource supports JSON web tokens with a lifetime of up to six months. For more information, see Determine the Appropriate Token Lifetime.

## Topics

### Getting Build Actions

- [Read build action information](appstoreconnectapi/get-v1-cibuildactions-_id_.md)
- [List all artifacts for a build action](appstoreconnectapi/get-v1-cibuildactions-_id_-artifacts.md)
- [Read the xcode cloud build information for a build action](appstoreconnectapi/get-v1-cibuildactions-_id_-buildrun.md)
- [List all issues for a build action](appstoreconnectapi/get-v1-cibuildactions-_id_-issues.md)
- [List all test results for an xcode cloud test action](appstoreconnectapi/get-v1-cibuildactions-_id_-testresults.md)
- [List artifact IDs for a CI build action](appstoreconnectapi/get-v1-cibuildactions-_id_-relationships-artifacts.md)
- [Get the build run ID for a CI build action](appstoreconnectapi/get-v1-cibuildactions-_id_-relationships-buildrun.md)
- [List issue IDs for a CI build action](appstoreconnectapi/get-v1-cibuildactions-_id_-relationships-issues.md)
- [List test result IDs for a CI build action](appstoreconnectapi/get-v1-cibuildactions-_id_-relationships-testresults.md)

### Objects

- [CiBuildAction](appstoreconnectapi/cibuildaction.md)
- [CiArtifactsResponse](appstoreconnectapi/ciartifactsresponse.md)
- [CiBuildActionResponse](appstoreconnectapi/cibuildactionresponse.md)
- [CiIssuesResponse](appstoreconnectapi/ciissuesresponse.md)
- [CiTestResultsResponse](appstoreconnectapi/citestresultsresponse.md)
- [CiBuildActionArtifactsLinkagesResponse](appstoreconnectapi/cibuildactionartifactslinkagesresponse.md)
- [CiBuildActionBuildRunLinkageResponse](appstoreconnectapi/cibuildactionbuildrunlinkageresponse.md)
- [CiBuildActionIssuesLinkagesResponse](appstoreconnectapi/cibuildactionissueslinkagesresponse.md)
- [CiBuildActionTestResultsLinkagesResponse](appstoreconnectapi/cibuildactiontestresultslinkagesresponse.md)

## See Also

### Build Information

- [Build Runs](appstoreconnectapi/build-runs.md)
- [Artifacts](appstoreconnectapi/artifacts.md)
- [Issues](appstoreconnectapi/issues.md)
- [Test Results](appstoreconnectapi/test-results.md)
