---
title: Read xcode cloud issue information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-ciissues-_id_
---

# Read xcode cloud issue information

Get information about a specific issue that occurred when Xcode Cloud performed a build.

## URL

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

## Path Parameters

id: The opaque resource ID that uniquely identifies the Issues resource.

## Query Parameters

fields[ciIssues]: Additional fields to include for the Issues 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 information about a specific issue Xcode Cloud encountered when it performed a build. Use the information provided to display issues on a dashboard, create reports, and so on. Example Request and Response
