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

# GET /networks/{networkId}/settings

`GET /networks/{networkId}/settings`

Retrieves all network-level settings for a Wickr network, including client metrics, data retention, and other configuration options.

## Path parameters

- `networkId` string, required

## Response `200`

Success

- GetNetworkSettingsResponse
  - `settings` Setting[], required — A list of network settings, where each setting includes a name, value, and type.
    - `optionName` string, required — The name of the network setting (e.g., 'enableClientMetrics', 'dataRetention').
    - `value` string, required — The current value of the setting as a string. Boolean values are represented as 'true' or 'false'.
    - `type` string, required — The data type of the setting value (e.g., 'boolean', 'string', 'number').

## 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)
