List User Migrations

The List User Migrations endpoint is a GET operation accessible at /user/migrations that retrieves a paginated list of all migration archives that have been initiated by the authenticated user. This endpoint allows users to track their migration history, including the status of each migration operation, and is particularly useful for monitoring ongoing migrations or accessing details about completed ones. The response includes metadata about each migration such as its ID, state, creation date...