---
title: "GET /networks"
method: GET
path: "/networks"
---

# GET /networks

`GET /networks`

Retrieves a paginated list of all Wickr networks associated with your Amazon Web Services account. You can sort the results by network ID or name.

## Query parameters

- `maxResults` integer
- `sortFields` string
- `sortDirection` 'ASC' | 'DESC'
- `nextToken` string

## Response `200`

Success

- ListNetworksResponse
  - `networks` Network[], required — A list of network objects for the Amazon Web Services account.
    - `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.
  - `nextToken` string — The token to use for retrieving the next page of results. If this is not present, there are no more results.

## Other responses

- `480` — ValidationError
- `481` — BadRequestError
- `482` — ForbiddenError
- `483` — UnauthorizedError
- `484` — InternalServerError
- `485` — 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/revisions/71d396c2af63/schema)
