---
title: "GET /bots/{botId}/replicas/{replicaRegion}/"
method: GET
path: "/bots/{botId}/replicas/{replicaRegion}/"
---

# GET /bots/{botId}/replicas/{replicaRegion}/

`GET /bots/{botId}/replicas/{replicaRegion}/`

Monitors the bot replication status through the UI console.

## Path parameters

- `botId` string, required
- `replicaRegion` string, required — The region that contains the replicated bots. Minimum value = 2, maximum value = 25.

## Response `200`

Success

- DescribeBotReplicaResponse
  - `botId` string — The unique bot ID of the replicated bot being monitored.
  - `replicaRegion` string — The region of the replicated bot being monitored.
  - `sourceRegion` string — The source region of the replicated bot being monitored.
  - `creationDateTime` string, date-time — The creation date and time of the replicated bot being monitored.
  - `botReplicaStatus` 'Enabling' | 'Enabled' | 'Deleting' | 'Failed' — The operational status of the replicated bot being monitored.
  - `failureReasons` FailureReason[] — The failure reasons the bot being monitored failed to replicate.

## Other responses

- `480` — ThrottlingException
- `481` — ServiceQuotaExceededException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/lexv2-models.md) · [All operations](https://skmtc.net/aws/apis/lexv2-models/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/lexv2-models/versions/6997ba482d72/schema)
