---
title: "Get Assets"
method: GET
path: "/assets"
tags: ["Assets"]
---

# Get Assets

`GET /assets`

List all assets as pages containing 100 assets per page

<div style="background-color: rgba(255, 193, 7, 0.1); border-radius: 8px; padding: 15px; border: 1px solid #ffc107;">
    <strong>Notice:</strong> The top-level <code>network_group</code> field in the assets list is <b>deprecated</b> and will be removed on September 1, 2026.
    It currently shows the Super SIM's network group. For multi-SIM assets, please refer to the
    Asset Details endpoint.
</div>

## Query parameters

- `page` integer

## Response `200`

Success

- GetAssetListResponse
  - `assets` AssetListItem[], required
    - `uuid` string, required — UUID of the asset
    - `serial_number` string, required — Serial Number of the asset
    - `name` string, required — Name of the asset
    - `type` string, required — Type of the asset
    - `network_group` string — <b>[DEPRECATED - REMOVAL: 2026-09-01]</b><br/>This field is legacy and will be removed soon. It currently shows the network group of the Super SIM for backward compatibility. Please refer to the <code>supersim</code> property in the Asset Details endpoint.
  - `total_asset_count` integer, required
  - `asset_limit_per_page` integer, required
  - `current_page` integer, required

## Other responses

- `400` — Bad Request
- `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/revisions/24ad88fd2124/schema)
