v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1442228254.5 KB

Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.

get/migrations

Query parameters

sortByAttribute'V1_BOT_NAME' | 'MIGRATION_DATE_TIME'

The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.

sortByOrder'ASCENDING' | 'DESCENDING'

The order so sort the list.

v1BotNameContainsstring

Filters the list to contain only bots whose name contains the specified string. The string is matched anywhere in bot name.

migrationStatusEquals'IN_PROGRESS' | 'COMPLETED' | 'FAILED'

Filters the list to contain only migrations in the specified state.

maxResultsinteger

The maximum number of migrations to return in the response. The default is 10.

nextTokenstring

A pagination token that fetches the next page of migrations. If the response to this operation is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of migrations, specify the pagination token in the request.

Response

Success

nextTokenstring

If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of migrations.