---
title: "Get eSIM connectivity status"
method: GET
path: "/devices/{deviceId}/esim/status"
tags: ["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

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
