Get full migration history.
Returns all applied migrations in chronological order from oldest to newest.
Only superadmins can access this endpoint.
cURL
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 }
Successful Response
Response schema for migration history.
List of applied migrations in chronological order
Show child attributes
Total number of applied migrations