---
title: "Returns information about the deployment time of the given slice"
method: GET
path: "/slice/{slice_id}/time"
tags: ["Slice"]
---

# Returns information about the deployment time of the given slice

`GET /slice/{slice_id}/time`

## Path parameters

- `slice_id` string, uuid, required

## Response `200`

Successful Operation

- Time — The Slice Deployment time
  - `NS_Deployment_Time` object
    - `NSi_name` number — Seconds
  - `Placement_Time` number — Seconds
  - `Provisioning_Time` number — Seconds
  - `Radio_Configuration_Time` number — Seconds
  - `Slice_Deployment_Time` number — Seconds
  - `WAN_Deployment_Time` number — Seconds

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/core-ncsrd/apis/katana.md) · [All operations](https://skmtc.net/core-ncsrd/apis/katana/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/core-ncsrd/katana/versions/7ddfc4202f39/schema)
