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

# GET /networks/{networkId}/bots/{botId}

`GET /networks/{networkId}/bots/{botId}`

Retrieves detailed information about a specific bot in a Wickr network, including its status, group membership, and authentication details.

## Path parameters

- `networkId` string, required
- `botId` string, required

## Response `200`

Success

- GetBotResponse
  - `botId` string — The unique identifier of the bot.
  - `displayName` string — The display name of the bot that is visible to users.
  - `username` string — The username of the bot.
  - `uname` string — The unique username hash identifier for the bot.
  - `pubkey` string — The public key of the bot used for encryption.
  - `status` integer — The current status of the bot (1 for pending, 2 for active).
  - `groupId` string — The ID of the security group to which the bot belongs.
  - `hasChallenge` boolean — Indicates whether the bot has a password set.
  - `suspended` boolean — Indicates whether the bot is currently suspended.
  - `lastLogin` string — The timestamp of the bot's last login.

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