---
title: "Get network slice data."
method: GET
path: "/slice/v1/slices/{id}"
tags: ["Network Slicing v1.0.0"]
---

# Get network slice data.

`GET /slice/v1/slices/{id}`

Get network slice data.

## Path parameters

- `id` string, required

## Headers

- `x-rapidapi-host` string, required

## Response `200`

- object
  - `slice` object, required
    - `name` string, nullable — Optional short name for the slice. Must be ASCII characters, digits and dash. Like name of an event.
    - `notificationUrl` string, required — Contact attached to the order to send back information regarding this order.
    - `notificationAuthToken` string, nullable — Authorization token for notification sending.
    - `networkIdentifier` object, required
      - `mcc` string, required — Country name, short name, or MCC code. One cannot use country names if a country has several MCC codes, such as the US.
      - `mnc` string, required
    - `sliceInfo` object, required
      - `serviceType` integer, required — Name or ID of slice type (e.g. eMBB, URLLC, MIoT or numeric SST).
      - `differentiator` string, nullable — Differentiator identifies the slice within the type.
    - `areaOfService` object — Specifies the area where the slice can be used
      - `polygon` object[], required — Corners of the polygon defining the area that must be covered. The actual area may be larger, depending on cell areas.
        - `lat` number
        - `lon` number
    - `maxDataConnections` integer, nullable — Maximum number of data connection sessions in the slice.
    - `maxDevices` integer, nullable — Maximum number of devices using the slice.
    - `delayTolerance` string, nullable — Delaytolerance attribute, True/False or SUPPORTED/NOT SUPPORTED
    - `servicePriority` integer, nullable — ServicePriority attribute
    - `sliceDownlinkThroughput` object — Data rate parameters (max/guaranteed) supported by the network slice for all devices together in downlink
      - `guaranteed` number, nullable — Guaranteed throughput in kbps.
      - `maximum` number, nullable — Maximum throughput in kbps.
    - `sliceUplinkThroughput` object — Data rate parameters (max/guaranteed) supported by the network slice for all devices together in uplink
      - `guaranteed` number, nullable — Guaranteed throughput in kbps.
      - `maximum` number, nullable — Maximum throughput in kbps.
    - `deviceDownlinkThroughput` object — Data rate parameters (max/guaranteed) supported by the network slice per device in downlink
      - `guaranteed` number, nullable — Guaranteed throughput in kbps.
      - `maximum` number, nullable — Maximum throughput in kbps.
    - `deviceUplinkThroughput` object — Data rate parameters (max/guaranteed) supported by the network slice per device in uplink
      - `guaranteed` number, nullable — Guaranteed throughput in kbps.
      - `maximum` number, nullable — Maximum throughput in kbps.
    - `isolationLevel` 'NO-ISOLATION' | 'PHYSICAL-ISOLATION' | 'LOGICAL-ISOLATION' — Parameter describing the isolation type
    - `qos` string, nullable — QoS Identifier
    - `udm5Qi` string, nullable — 5G QoS Identifier
    - `customer` object — Customer created the slice
      - `name` string, required
      - `description` string, nullable — Description of the slice, e.g. "B2B_5G_eMBB_Slice"
      - `address` string, nullable — Address of the customer ordering slice creation.
      - `contact` string, nullable — Contact of the customer ordering slice creation.
  - `csi_id` string, nullable — Communications Service Instance identifier.
  - `name` string, required — Name/resource identifier of the network slice.
  - `state` 'PENDING' | 'AVAILABLE' | 'OPERATING' | 'DELETED' | 'FAILED', required
  - `provisioner` string, required — The organization provisioning the slice

## Other responses

- `422`

---

[API](https://skmtc.dev/nokia/apis/network-as-code.md) · [All operations](https://skmtc.dev/nokia/apis/network-as-code/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nokia/network-as-code/revisions/fdd5f5a56b88/schema)
