---
title: "Gets information about a Service Fabric compose deployment."
method: GET
path: "/ComposeDeployments/{deploymentName}"
tags: ["Compose Deployment"]
---

# Gets information about a Service Fabric compose deployment.

`GET /ComposeDeployments/{deploymentName}`

Returns the status of the compose deployment that was created or in the process of being created in the Service Fabric cluster and whose name matches the one specified as the parameter. The response includes the name, status, and other details about the deployment.

## Path parameters

- `deploymentName` string, required

## Query parameters

- `api-version` '6.0-preview', required
- `timeout` integer

## Response `200`

Information about the compose deployment.

- ComposeDeploymentStatusInfo — Information about a Service Fabric compose deployment.
  - `Name` string — The name of the deployment.
  - `ApplicationName` string — The name of the application, including the 'fabric:' URI scheme.
  - `Status` 'Invalid' | 'Provisioning' | 'Creating' | 'Ready' | 'Unprovisioning' | 'Deleting' | 'Failed' | 'Upgrading' — The status of the compose deployment.
  - `StatusDetails` string — The status details of compose deployment including failure message.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/service-fabric-client-apis.md) · [All operations](https://skmtc.net/azure/apis/service-fabric-client-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/service-fabric-client-apis/versions/6df9f2f4d542/schema)
