Retrieve a batched background migration
Retrieve a batched background migration
GET
/admin/batched_background_migrations/{id}
curl \
--request GET 'https://www.gitlab.com/api/v4/admin/batched_background_migrations/{id}' \
--header "Private-Token: $API_KEY"
Response examples (200)
{
"id": "1234",
"job_class_name": "CopyColumnUsingBackgroundMigrationJob",
"table_name": "events",
"status": "active",
"progress": 50.0,
"created_at": "2022-11-28T16:26:39+02:00"
}