Skip to content
Management API Reference

List applied migration versions

get/v1/projects/{ref}/database/migrations

OAuth scopes

  • database:read

The fine-grained token must include the following permissions to access this endpoint:

  • database_migrations_read

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 200
  • 401
  • 403
  • 429
  • 500

Response (200)

1
[
2
{
3
"version": "lorem",
4
"name": "lorem"
5
}
6
]