---
title: "Get the details for a test network."
method: GET
path: "/network/{network_id}"
tags: ["networks"]
---

# Get the details for a test network.

`GET /network/{network_id}`

Required RBAC Policy: kots/network/[:clusterid]

## Path parameters

- `network_id` string, required

## Response `200`

GetNetworkResponse contains the response to get network details

- object
  - `error` string
  - `network` Network
    - `assigned_at` string, date-time
    - `collect_report` boolean
    - `created_at` string, date-time
    - `distribution` string
    - `expires_at` string, date-time
    - `guid` string
    - `id` string
    - `last_scheduling_status` string
    - `name` string
    - `policy` string
    - `running_at` string, date-time
    - `status` string
    - `team_id` string
    - `ttl` string
    - `version` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
