---
title: "GET /networks/{networkId}"
method: GET
path: "/networks/{networkId}"
---

# GET /networks/{networkId}

`GET /networks/{networkId}`

Retrieves detailed information about a specific Wickr network, including its configuration, access level, and status.

## Path parameters

- `networkId` string, required

## Response `200`

Success

- GetNetworkResponse
  - `networkId` string, required — The unique identifier of the network.
  - `networkName` string, required — The name of the network.
  - `accessLevel` 'STANDARD' | 'PREMIUM', required — The access level of the network (STANDARD or PREMIUM), which determines available features and capabilities.
  - `awsAccountId` string, required — The Amazon Web Services account ID that owns the network.
  - `networkArn` string, required — The Amazon Resource Name (ARN) of the network.
  - `standing` integer — The current standing or status of the network.
  - `freeTrialExpiration` string — The expiration date and time for the network's free trial period, if applicable.
  - `migrationState` integer — The SSO redirect URI migration state, managed by the SSO redirect migration wizard. Values: 0 (not started), 1 (in progress), or 2 (completed).
  - `encryptionKeyArn` string — The ARN of the Amazon Web Services KMS customer managed key used for encrypting sensitive data in the network.

## Other responses

- `480` — ValidationError
- `481` — BadRequestError
- `482` — ResourceNotFoundError
- `483` — ForbiddenError
- `484` — UnauthorizedError
- `485` — InternalServerError
- `486` — RateLimitError

---

[API](https://skmtc.net/aws/apis/wickr.md) · [All operations](https://skmtc.net/aws/apis/wickr/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/wickr/versions/71d396c2af63/schema)
