---
title: "Get eSIM connectivity status"
method: GET
path: "/devices/{deviceId}/esim/status"
tags: ["Tools/SIM"]
---

# Get eSIM connectivity status

`GET /devices/{deviceId}/esim/status`

Returns the connectivity status of the device's eSIM subscriptions.

## Path parameters

- `deviceId` string, required

## Headers

- `X-Device-Display-ID` integer

## Response `200`

OK

- ESimStatus[], nullable
  - `carrier` string, required
  - `dataRoamingEnabled` boolean, required
  - `dataState` string, required
  - `isRoaming` boolean, required
  - `mobileDataEnabled` boolean, required
  - `networkType` string, required
  - `operator` string, required
  - `phoneType` string, required
  - `simState` string, required
  - `subId` integer, required

## Other responses

- `default` — Error

## Changes

- **2026-08-01** `cd80ab1b29b0` — 1 info
  - endpoint added
- **2026-08-01** `3183ec3153d1` — 1 breaking
  - api path removed without deprecation
- **2026-07-07** `d5d1e5ee8188` — 2 info
  - api tag `Tools/SIM` added
  - api tag `Tools` removed
- **2026-06-29** `3cb3612f45e0` — 1 info
  - endpoint added
- **2026-06-29** `8ea6db3daeac` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/devices/:deviceId/esim/status/get.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/02da4f9ce3fd/schema)
