---
title: "Network Interface Priorities"
method: GET
path: "/assets/{asset_id}/alpon/network/priority"
tags: ["ALPON"]
---

# Network Interface Priorities

`GET /assets/{asset_id}/alpon/network/priority`

Retrieve the current network interface priorities for the ALPON device.

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

**Note:** Returned response values may not be sequential in the format of
1, 2, 3, etc. But when setting priorities, they should be sequential and
start from 1 as explained in the Set Network Interface Priorities endpoint.

## Path parameters

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

## Response `200`

Successfully retrieved network priorities

- NetworkPrioritiesResponseModel
  - `priorities` NetworkPriorityModel[], required — List of network interfaces with their priority values
    - `name` string, required — Network interface name
    - `value` integer, required — Priority value for the interface

## Other responses

- `400` — Device is not an ALPON device
- `404` — No network interfaces found
- `422` — Validation Error

---

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