---
title: Read test result information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-citestresults-_id_
---

# Read test result information

Get a specific test result Xcode Cloud created when it performed a build with a test action.

## URL

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

## Path Parameters

id: The opaque resource ID that uniquely identifies the Test Results resource.

## Query Parameters

fields[ciTestResults]: Additional fields to include for the Test Results resource returned by the response.

## 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 retrieves result information for a test Xcode Cloud performed. Use the data provided in the response to display test result information on a dashboard, create reports, or create a new issue in your issue tracker for a failing test. Example Request and Response
