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

# POST /bots/{botId}/replicas/

`POST /bots/{botId}/replicas/`

The action to list the replicated bots.

## Path parameters

- `botId` string, required

## Response `200`

Success

- ListBotReplicasResponse
  - `botId` string — the unique bot IDs in the list of replicated bots.
  - `sourceRegion` string — The source region of the source bots in the list of replicated bots.
  - `botReplicaSummaries` BotReplicaSummary[] — The summary details for the replicated bots.
    - `replicaRegion` string — The replica region used in the replication statuses summary.
    - `creationDateTime` string, date-time — The creation time and date for the replicated bots.
    - `botReplicaStatus` 'Enabling' | 'Enabled' | 'Deleting' | 'Failed' — The operation status for the replicated bot applicable.
    - `failureReasons` FailureReason[] — The reasons for the failure for the replicated bot.

## Other responses

- `480` — ThrottlingException
- `481` — ServiceQuotaExceededException
- `482` — ValidationException
- `483` — 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)
