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

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

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

Retrieves the count of bots in a Wickr network, categorized by their status (pending, active, and total).

## Path parameters

- `networkId` string, required

## Response `200`

Success

- GetBotsCountResponse
  - `pending` integer, required — The number of bots with pending status (invited but not yet activated).
  - `active` integer, required — The number of bots with active status.
  - `total` integer, required — The total number of bots in the network (active and pending).

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