Skip to main content
GET
/
api
/
v1
/
migrations
/
history
Get Migration History
curl --request GET \
  --url https://api.example.com/api/v1/migrations/history
{
  "history": [
    {
      "revision": "<string>",
      "description": "<string>",
      "is_dynamic": true,
      "created_at": "<string>"
    }
  ],
  "total": 123
}

Headers

authorization
string | null

Response

Successful Response

Response schema for migration history.

history
MigrationHistoryItemResponse · object[]
required

List of applied migrations in chronological order

total
integer
required

Total number of applied migrations