---
title: "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps"
tags: ["Apps"]
---

# GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps`

Get all the IoT Central Applications in a resource group.

## Path parameters

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

## Query parameters

- `api-version` string, required

## Response `200`

This is a synchronous operation. The body contains a JSON-serialized array of the metadata from all the IoT Central Applications in the resource group.

- AppListResult — A list of IoT Central Applications with a next link.
  - `nextLink` string — The link used to get the next page of IoT Central Applications.
  - `value` App[] — A list of IoT Central Applications.
    - `id` string — The ARM resource identifier.
    - `name` string — The ARM resource name.
    - `type` string — The resource type.
    - `location` string, required — The resource location.
    - `tags` object — The resource tags.

## Other responses

- `default` — DefaultErrorResponse

---

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