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

# GET /networks/{networkId}/data-retention-bots

`GET /networks/{networkId}/data-retention-bots`

Retrieves information about the data retention bot in a Wickr network, including its status and whether the data retention service is enabled.

## Path parameters

- `networkId` string, required

## Response `200`

Success

- GetDataRetentionBotResponse
  - `botName` string — The name of the data retention bot.
  - `botExists` boolean — Indicates whether a data retention bot exists in the network.
  - `isBotActive` boolean — Indicates whether the data retention bot is active and operational.
  - `isDataRetentionBotRegistered` boolean — Indicates whether the data retention bot has been registered with the network.
  - `isDataRetentionServiceEnabled` boolean — Indicates whether the data retention service is enabled for the network.
  - `isPubkeyMsgAcked` boolean — Indicates whether the public key message has been acknowledged by the bot.

## 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/revisions/71d396c2af63/schema)
