List all group or project migrations
GET
/api/v4/bulk_imports
Lists all group or project migrations.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “ Query Parameters ” page
integer
Current page number
Example
1 per_page
integer
Number of items per page
Example
20 sort
string
Return GitLab Migrations sorted in created by asc or desc order.
status
string
Return GitLab Migrations with specified status
Responses
Section titled “ Responses ”OK
Media type application/json
object
id
integer format: int64
status
string
source_type
string
source_url
string
created_at
string format: date-time
updated_at
string format: date-time
has_failures
boolean
Example
{ "id": 1, "status": "finished", "source_type": "gitlab", "source_url": "https://source.gitlab.com/", "created_at": "2012-05-28T04:42:42-07:00", "updated_at": "2012-05-28T04:42:42-07:00", "has_failures": false}Bad Request
Unauthorized
Not found
Service unavailable