---
title: List all test results for an xcode cloud test action
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-cibuildactions-_id_-testresults
---

# List all test results for an xcode cloud test action

List all test results for a specific test action Xcode Cloud performed as part of a build.

## URL

GET https://api.appstoreconnect.apple.com/v1/ciBuildActions/{id}/testResults

## Path Parameters

id: The opaque resource ID that uniquely identifies the Build Actions resource.

## Query Parameters

fields[ciTestResults]: Additional fields to include for each Test Results resource returned by the response. limit: The number of Test Results resources to return.

## Response Codes

200 OK: The request completed successfully. 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## Discussion

Discussion The example request below lists the test results for an Xcode Cloud build that performed a test action. Use the information provided in the response to display test results on a dashboard, create a new task for a failing test in your issue tracker, and so on. Example Request and Response

## See Also

### 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 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)
