# Get GitLab Migration entity details **GET /bulk_imports/{import_id}/entities/{entity_id}** 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 ### Path parameters - **import_id** (integer(int32)) The ID of user's GitLab Migration - **entity_id** (integer(int32)) The ID of GitLab Migration entity ## Responses ### 200 Get GitLab Migration entity details #### Body: application/json (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)