---
title: "GET /api/edge/models"
method: GET
path: "/api/edge/models"
tags: ["IoT Edge Devices Models"]
---

# GET /api/edge/models

`GET /api/edge/models`

## Query parameters

- `keyword` string
- `pageNumber` integer
- `pageSize` integer
- `orderBy` string[]

## Response `200`

OK

- IoTEdgeModelListItem[]
  - `modelId` string, nullable — The device model identifier.
  - `name` string, required — The IoT Edge device model name.
  - `description` string, nullable — The device model description.
  - `imageUri` string, nullable
  - `externalIdentifier` string, nullable — The aws deployment ID.
  - `labels` LabelDto[], nullable — Gets the edge model labels.
    - `name` string, required
    - `color` string, required

---

[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/revisions/8f5ec4f45de1/schema)
