# List all GitLab Migrations' entities **GET /bulk_imports/entities** 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 all GitLab Migrations' entities with specified status ## Responses ### 200 List all GitLab Migrations' entities #### Body: application/json (array[object]) - **id** (integer(int32)) - **bulk_import_id** (integer(int32)) - **status** (string) - **entity_type** (string) - **source_full_path** (string) - **destination_full_path** (string) - **destination_name** (string) - **destination_slug** (string) - **destination_namespace** (string) - **parent_id** (integer(int32)) - **namespace_id** (integer(int32)) - **project_id** (integer(int32)) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) - **failures** (array[object]) - **migrate_projects** (boolean) ### 401 Unauthorized ### 404 Not found ### 503 Service unavailable [Powered by Bump.sh](https://bump.sh)