---
title: "Gets all the application resources in a given subscription."
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/applications"
tags: ["Applications"]
---

# Gets all the application resources in a given subscription.

`GET /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/applications`

Gets the information about all application resources in a given resource group. The information include the description and other properties of the application.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` '2018-09-01-preview', required

## Response `200`

OK

- ApplicationResourceDescriptionList — A pageable list of application resources.
  - `value` ApplicationResourceDescription[] — One page of the list.
    - `id` string — Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    - `name` string — The name of the resource
    - `type` string — The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
  - `nextLink` string — URI to fetch the next page of the list.

## Other responses

- `default` — Error

---

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