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

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

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

The action to list the replicated bots created from the source bot alias.

## 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 request for maximum results to list the replicated bots created from the source bot alias.
  - `nextToken` string — The request for the next token for the replicated bot created from the source bot alias.

## Response `200`

Success

- ListBotAliasReplicasResponse
  - `botId` string — The unique bot ID of the replicated bot created from the source bot alias.
  - `sourceRegion` string — The source region of the replicated bot created from the source bot alias.
  - `replicaRegion` string — The secondary region of the replicated bot created from the source bot alias.
  - `botAliasReplicaSummaries` BotAliasReplicaSummary[] — The summary information of the replicated bot created from the source bot alias.
    - `botAliasId` string — The bot alias ID for all the alias bot replications.
    - `botAliasReplicationStatus` 'Creating' | 'Updating' | 'Available' | 'Deleting' | 'Failed' — The replication statuses for all the alias bot replications.
    - `botVersion` string — The bot version for all the alias bot replications.
    - `creationDateTime` string, date-time — The creation time and date for all the alias bot replications.
    - `lastUpdatedDateTime` string, date-time — The last time and date updated for all the alias bot replications.
    - `failureReasons` FailureReason[] — The reasons for failure for the aliases bot replications.
  - `nextToken` string — The next token for the replicated bots created from the source bot alias.

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