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

# Read xcode cloud workflow information

Get information about a specific Xcode Cloud workflow.

## URL

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

## Path Parameters

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

## Query Parameters

fields[ciWorkflows]: Additional fields to include for the Workflows resource returned by the response. include: The relationship data to include in the response. fields[scmRepositories]: Additional fields to include for the Workflows resource returned by the response. fields[ciMacOsVersions]: fields[ciProducts]: fields[ciXcodeVersions]:

## 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 accesses information about an Xcode Cloud workflow. Display the workflow data provided in the response on a dashboard or use it to read additional information; for example, detailed data about builds Xcode Cloud performed. Example Request and Response

## See Also

### Getting Xcode Cloud Workflows

- [List all xcode cloud builds for a workflow](appstoreconnectapi/get-v1-ciworkflows-_id_-buildruns.md)
- [Read the repository information for an xcode cloud workflow](appstoreconnectapi/get-v1-ciworkflows-_id_-repository.md)
- [List build run IDs for a CI workflow](appstoreconnectapi/get-v1-ciworkflows-_id_-relationships-buildruns.md)
- [Get the repository ID for a CI workflow](appstoreconnectapi/get-v1-ciworkflows-_id_-relationships-repository.md)
