---
title: "Gets the list of application resources created in the specified Service Fabric cluster resource."
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications"
tags: ["Application"]
---

# Gets the list of application resources created in the specified Service Fabric cluster resource.

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications`

Gets all application resources created or in the process of being created in the Service Fabric cluster resource.

## Path parameters

- `subscriptionId` string, required
- `resourceGroupName` string, required
- `clusterName` string, required

## Query parameters

- `api-version` '2019-03-01-preview', required

## Response `200`

The operation completed successfully.

- ApplicationResourceList — The list of application resources.
  - `value` ApplicationResource[]
    - `id` string — Azure resource identifier.
    - `name` string — Azure resource name.
    - `type` string — Azure resource type.
    - `location` string — Azure resource location.
    - `tags` object — Azure resource tags.
    - `etag` string — Azure resource etag.
  - `nextLink` string — URL to get the next set of application list results if there are any.

## Other responses

- `default` — The detailed error response.

---

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