---
title: "List physical eSIMs"
method: GET
path: "/numbers/esims"
tags: ["Esims"]
---

# List physical eSIMs

`GET /numbers/esims`

Lists physical eSIMs owned by the authenticated owner.

## Query parameters

- `page` integer
- `pageSize` integer
- `status` 'all' | 'in_stock' | 'owned' | 'installing' | 'installed' | 'install_failed' | 'retired'
- `mine` 'true' | 'false' — Only include eSIMs created by the calling actor.

## Response `200`

eSIMs retrieved

- object
  - `data` PublicListEsimsResponse, required
    - `items` PublicEsim[], required
      - `id` string, uuid, required
      - `status` 'in_stock' | 'owned' | 'installing' | 'installed' | 'install_failed' | 'retired', required
      - `source` 'stocked' | 'byo', required
      - `carrierName` string, nullable, required
      - `countryCode` string, nullable, required
      - `iccid` string, nullable, required
      - `subscriptionId` integer, nullable, required
      - `deviceId` string, uuid, nullable, required
      - `deviceUuid` string, nullable, required
      - `msisdn` string, nullable, required
      - `name` string, nullable, required
      - `createdBy` string, nullable, required
      - `networkStatus` 'degraded' | 'null', nullable, required
      - `rentStatus` 'not_applicable' | 'exempt' | 'inactive' | 'awaiting_payment' | 'active' | 'cancel_pending' | 'refund_pending' | 'retiring' | 'billing_error'
      - `checkoutUrl` string, nullable
      - `currentPeriodEnd` string, date-time, nullable
      - `cancellationScheduled` boolean
      - `exempt` boolean
      - `createdAt` string, date-time, nullable, required
      - `updatedAt` string, date-time, nullable, required
    - `pagination` Pagination, required
      - `hasNext` boolean, required
      - `hasPrev` boolean, required
      - `page` integer, required
      - `pageSize` integer, required
      - `pages` integer, required
      - `total` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error
- `503` — Service Unavailable — esims are disabled for this deployment (see `reason`)

---

[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/a1453ac769d4/schema)
