# Get GitLab Migration details **GET /bulk_imports/{import_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 ## Responses ### 200 Get GitLab Migration details #### Body: application/json (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)