---
title: Read the xcode cloud product for an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-ciproduct
---

# Read the xcode cloud product for an app

Get the Xcode Cloud product information for an app you build with Xcode Cloud.

## URL

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

## Path Parameters

id: The opaque resource ID that uniquely identifies the Apps resource. Obtain the app resource ID from the List apps response.

## Query Parameters

fields[ciProducts]: Additional fields to include for each Products resource returned by the response. fields[scmRepositories]: Additional fields to include for each Products resource returned by the response. include: The relationship data to include in the response. limit[primaryRepositories]: The number of included Products resources to return if the primary repositories relationship is included. fields[apps]: fields[bundleIds]:

## 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 Xcode Cloud product. Use the data provided in the response to read additional information; for example, workflow information. Example Request and Response

## See Also

### Getting an app’s Xcode Cloud products

- [Get the CI product ID for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-ciproduct.md)
