# Get the list of batched background migrations **GET /admin/batched_background_migrations** Get the list of batched background migrations ## Servers - https://www.gitlab.com/api/v4: https://www.gitlab.com/api/v4 () ## Authentication methods - Api key auth ## Parameters ### Query parameters - **database** (string) The name of the database, the default `main` ## Responses ### 200 Get the list of batched background migrations #### Body: application/json (array[object]) - **id** (string) - **job_class_name** (string) - **table_name** (string) - **status** (string) - **progress** (number(float)) - **created_at** (string(date-time)) ### 401 401 Unauthorized ### 403 403 Forbidden [Powered by Bump.sh](https://bump.sh)