---
title: List all xcode cloud products
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-ciproducts
---

# List all xcode cloud products

Get a list of all products you created in Xcode Cloud.

## URL

GET https://api.appstoreconnect.apple.com/v1/ciProducts

## 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. filter[app]: Filter the returned products using the ID of the related Apps resource. filter[productType]: Filter the returned products using the product type attribute. include: The relationship data to include in the response. limit: The number of Products resources to return. limit[primaryRepositories]: The number of included Products resources to return if the primary repositories relationship is included. fields[apps]: Additional fields to include for each Products resource returned by the response. 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. 429 :

## Discussion

Discussion The example request below lists ten Xcode Cloud products and sorts the list using the latestBuildCreatedDate attribute. Use the information provided in the response to display data about your Xcode Cloud products on a dashboard or to read additional information; for example, workflow information. Example Request and Response

## See Also

### Getting Xcode Cloud Products

- [Read xcode cloud product information](appstoreconnectapi/get-v1-ciproducts-_id_.md)
- [List all additional repositories for an xcode cloud product](appstoreconnectapi/get-v1-ciproducts-_id_-additionalrepositories.md)
- [List additional repository IDs for a CI product](appstoreconnectapi/get-v1-ciproducts-_id_-relationships-additionalrepositories.md)
- [Read app information for an xcode cloud product](appstoreconnectapi/get-v1-ciproducts-_id_-app.md)
- [Get the app ID for a CI product](appstoreconnectapi/get-v1-ciproducts-_id_-relationships-app.md)
- [List all xcode cloud builds for an xcode cloud product](appstoreconnectapi/get-v1-ciproducts-_id_-buildruns.md)
- [List build run IDs for a CI product](appstoreconnectapi/get-v1-ciproducts-_id_-relationships-buildruns.md)
- [List all primary git repositories for an xcode cloud product](appstoreconnectapi/get-v1-ciproducts-_id_-primaryrepositories.md)
- [List primary repository IDs for a CI product](appstoreconnectapi/get-v1-ciproducts-_id_-relationships-primaryrepositories.md)
- [List all workflows for an xcode cloud product](appstoreconnectapi/get-v1-ciproducts-_id_-workflows.md)
- [List workflow IDs for a CI product](appstoreconnectapi/get-v1-ciproducts-_id_-relationships-workflows.md)
- [Read the xcode cloud product for an app](appstoreconnectapi/get-v1-apps-_id_-ciproduct.md)
