---
title: "GET /api/device-configurations"
method: GET
path: "/api/device-configurations"
tags: ["IoT Devices"]
---

# GET /api/device-configurations

`GET /api/device-configurations`

## Response `200`

Success

- ConfigListItem[]
  - `configurationID` string, nullable — The IoT Edge configuration identifier.
  - `conditions` string, nullable — The IoT Edge configuration target conditions.
  - `metricsTargeted` integer — The IoT Edge configuration targeted metrics.
  - `metricsApplied` integer — The IoT Edge configuration applied metrics.
  - `metricsSuccess` integer — The IoT Edge configuration success metrics.
  - `metricsFailure` integer — The IoT Edge configuration failure metrics.
  - `priority` integer — The IoT Edge configuration priority.
  - `creationDate` string, date-time — The IoT Edge configuration creation date.
  - `modules` IoTEdgeModule[], nullable — The IoT Edge modules configuration.
    - `id` string, nullable — The module name, only used for AWS IoT Greengrass.
    - `moduleName` string, required — The module name.
    - `imageURI` string, required — the device image URI.
    - `containerCreateOptions` string, nullable
    - `status` string, nullable — The module status.
    - `environmentVariables` IoTEdgeModuleEnvironmentVariable[], nullable — The module environment variables.
      - `name` string, nullable — The module environment variable name
      - `value` string, nullable — The module environment variable value
    - `moduleIdentityTwinSettings` IoTEdgeModuleTwinSetting[], nullable — The module identity twin settings.
      - `name` string, nullable — The module identity twin setting name
      - `value` string, nullable — The module identity twin setting value
    - `commands` IoTEdgeModuleCommand[], nullable — The module commands.
      - `name` string, nullable — The command name
      - `edgeDeviceModelId` string, nullable
      - `commandId` string, nullable
      - `moduleName` string, nullable
    - `version` string, nullable

---

[API](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api.md) · [All operations](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cgi-fr/azure-iot-hub-portal-api/versions/ce058568b9f0/schema)
