list_ci_artifacts
Retrieve all artifacts produced by an Xcode Cloud build action using its ID, with file names, types, sizes, and download URLs for logs, archives, and test results.
Instructions
List the artifacts a build action produced (logs, archives, test results) with file name, type, size and a download URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max artifacts (default: 50) | |
| build_action_id | Yes | Xcode Cloud build action ID (from list_ci_build_actions) |