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

# POST /bots/{botId}/replicas/{replicaRegion}/botversions/

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

Contains information about all the versions replication statuses applicable for Global Resiliency.

## Path parameters

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

## Request body

- object
  - `maxResults` integer — The maximum results given in the list of replicated bots.
  - `nextToken` string — The next token given in the list of replicated bots.
  - `sortBy` object — The sort category for the version replicated bots.
    - `attribute` 'BotVersion' — The attribute of the sort category for the version replicated bots.
    - `order` 'Ascending' | 'Descending' — The order of the sort category for the version replicated bots.

## Response `200`

Success

- ListBotVersionReplicasResponse
  - `botId` string — The unique ID of the bots in the list of replicated bots.
  - `sourceRegion` string — The source region used for the bots in the list of replicated bots.
  - `replicaRegion` string — The region used for the replicated bots in the list of replicated bots.
  - `botVersionReplicaSummaries` BotVersionReplicaSummary[] — The information summary used for the replicated bots in the list of replicated bots.
    - `botVersion` string — The bot version for the summary information for all the version replication statuses.
    - `botVersionReplicationStatus` 'Creating' | 'Available' | 'Deleting' | 'Failed' — The version replication status for all the replicated bots.
    - `creationDateTime` string, date-time — The creation date and time of the replication status for all the replicated bots.
    - `failureReasons` FailureReason[] — The reasons for replication failure for all the replicated bots.
  - `nextToken` string — The next token used for the replicated bots in the list of replicated bots.

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