list_ci_build_actions
Retrieve all actions from an Xcode Cloud build run, including build, test, analyze, and archive, with progress, status, and issue counts. Use the returned action IDs to fetch related issues and artifacts.
Instructions
List the actions of an Xcode Cloud build run (build, test, analyze, archive) with their execution progress, completion status and issue counts. Use the returned action id with list_ci_issues and list_ci_artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max actions (default: 50) | |
| build_run_id | Yes | Xcode Cloud build run ID (from list_ci_build_runs) |