# List all GitLab Migrations **GET /bulk_imports** This feature was introduced in GitLab 14.1. ## Servers - https://www.gitlab.com/api/v4: https://www.gitlab.com/api/v4 () ## Authentication methods - Api key auth ## Parameters ### Query parameters - **page** (integer(int32)) Current page number - **per_page** (integer(int32)) Number of items per page - **sort** (string) Return GitLab Migrations sorted in created by `asc` or `desc` order. - **status** (string) Return GitLab Migrations with specified status ## Responses ### 200 List all GitLab Migrations #### Body: application/json (array[object]) - **id** (integer(int32)) - **status** (string) - **source_type** (string) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 401 Unauthorized ### 404 Not found ### 503 Service unavailable [Powered by Bump.sh](https://bump.sh)