Lists migration jobs for an Amazon OpenSearch Service application. You can filter results by migration status. Use pagination to ensure that the operation returns quickly and successfully.
get/2021-01-01/opensearch/app-migrations#applicationId
Query parameters
applicationIdstring required
The unique identifier of the OpenSearch application to list migrations for.
statusstring
Filters the results by migration status. Valid values are <code>PENDING</code>, <code>IN_PROGRESS</code>, <code>SUCCEEDED</code>, and <code>FAILED</code>.
maxResultsinteger
The maximum number of results to return in a single call.
nextTokenstring
The pagination token from a previous call to retrieve the next set of results.
Response
Success