Skip to main content
GET
/
v2
/
config
/
db-background-migrations
Uncompleted background migrations
curl --request GET \
  --url http://localhost/api/v2/config/db-background-migrations
{
  "migrations": [
    {
      "inserted_at": "2023-11-07T05:31:56Z",
      "meta": {},
      "migration_name": "<string>",
      "status": "<string>",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

Response

Uncompleted background migrations.

migrations
object[]