---
title: "Get device info"
method: GET
path: "/devices/{deviceId}"
tags: ["Device"]
---

# Get device info

`GET /devices/{deviceId}`

## Path parameters

- `deviceId` string, required

## Response `200`

Device info

- DeviceInfo
  - `deviceId` string, required — Device ID
  - `status` string, required — Device status
  - `enable` string, required — Device enable status
  - `providerType` string, required — Provider type
  - `productModel` string, required — Product model from ro.product.model
  - `providerId` string, required — Provider ID
  - `isIdle` boolean, required — Whether device is idle

## Changes

- **2025-10-11** `959a2717174a` — 1 info
  - api operation id `DeviceController_getDeviceInfo` removed and replaced with `DeviceController_get`

[Change history](https://skmtc.dev/babelcloud/apis/gbox-open-api/changes/devices/:deviceId/get.md)

---

[API](https://skmtc.dev/babelcloud/apis/gbox-open-api.md) · [All operations](https://skmtc.dev/babelcloud/apis/gbox-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/babelcloud/gbox-open-api/revisions/d655577fa915/schema)
