---
title: "List eSIM subscriptions"
method: GET
path: "/devices/{deviceId}/esim"
tags: ["SIM"]
---

# List eSIM subscriptions

`GET /devices/{deviceId}/esim`

Returns the eSIM subscriptions currently provisioned on the device.

## Path parameters

- `deviceId` string, required

## Headers

- `X-Device-Display-ID` integer

## Response `200`

OK

- ESimSubscription[], nullable
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `carrier` string, required
  - `displayName` string, required
  - `iccid` string, required
  - `isEmbedded` boolean, required
  - `slot` integer, required
  - `subId` integer, required
  - `type` string, 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)
