List applied migration versions
get
/v1/projects/{ref}/database/migrationsOAuth scopes
- database:read
The fine-grained token must include the following permissions to access this endpoint:
- database_migrations_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1[2 {3 "version": "lorem",4 "name": "lorem"5 }6]