---
title: "Gets the list of compose deployments created in the Service Fabric cluster."
method: GET
path: "/ComposeDeployments"
tags: ["Compose Deployment"]
---

# Gets the list of compose deployments created in the Service Fabric cluster.

`GET /ComposeDeployments`

Gets the status about the compose deployments that were created or in the process of being created in the Service Fabric cluster. The response includes the name, status, and other details about the compose deployments. If the list of deployments do not fit in a page, one page of results is returned as well as a continuation token, which can be used to get the next page.

## Query parameters

- `api-version` '6.0-preview', required
- `ContinuationToken` string
- `MaxResults` integer
- `timeout` integer

## Response `200`

List of status of compose deployments in the cluster.

- PagedComposeDeploymentStatusInfoList — The list of compose deployments in the cluster. The list is paged when all of the results cannot fit in a single message. The next set of results can be obtained by executing the same query with the continuation token provided in this list.
  - `ContinuationToken` string — The continuation token parameter is used to obtain next set of results. The continuation token is included in the response of the API when the results from the system do not fit in a single response. When this value is passed to the next API call, the API returns next set of results. If there are no further results, then the continuation token is not included in the response.
  - `Items` ComposeDeploymentStatusInfo[] — List of compose deployment status information.
    - `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/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/versions/6ebed3032b57/schema)
