---
title: "Device Status"
method: GET
path: "/assets/{asset_id}/alpon"
tags: ["ALPON"]
---

# Device Status

`GET /assets/{asset_id}/alpon`

Retrieve the overall status and information of the device.

**Possible Error Codes:**
- **AssetNotFound:** The asset with the specified ID was not found.
- **AssetNotAlponDevice:** The device is not an ALPON device.

## Path parameters

- `asset_id` string, required — Serial Number, UUID, SIM SID or SIM ICCID

## Response `200`

Successful Response

- AlponStatusResponseModel
  - `version` string, required — Bundle version of the device.
  - `status` string, required — Connection status of the device. Returns empty string if no connection status is available.
  - `connection_timestamp` string, required — Timestamp of the last known connection status.
  - `mac` string, required — MAC address of the device.
  - `device` DeviceInfoModel
    - `hostname` string, required — Hostname of the device.
    - `system_boot_time` string, required — System boot time in Unix timestamp.
    - `os_name` string, required — Name of the operating system.
    - `platform` string, required — Platform of the device (e.g., Raspberry Pi).
    - `platform_version` string, required — Version of the platform.
    - `kernel_version` string, required — Version of the kernel.
    - `kernel_arch` string, required — Architecture of the kernel (e.g., aarch64).
  - `modem` ModemInfoModel
    - `vendor` string, required — Vendor of the modem.
    - `model` string, required — Model of the modem.
    - `vid` string, required — Vendor ID of the modem.
    - `pid` string, required — Product ID of the modem.
    - `port` string, required — Port used by the modem.
    - `if_name` string, required — Name of the network interface.
    - `imei` string, required — International Mobile Equipment Identity of the modem.
    - `fw_ver` string, required — Firmware version of the modem.

## Other responses

- `400` — Device is not an ALPON device
- `404` — Asset not found
- `422` — Validation Error

---

[API](https://skmtc.net/sixfab/apis/sixfab-developer-api.md) · [All operations](https://skmtc.net/sixfab/apis/sixfab-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sixfab/sixfab-developer-api/versions/24ad88fd2124/schema)
