---
title: "List applied migration versions"
method: GET
path: "/v1/projects/{ref}/database/migrations"
tags: ["Database"]
---

# List applied migration versions

`GET /v1/projects/{ref}/database/migrations`

Only available to selected partner OAuth apps

## Path parameters

- `ref` string, required

## Response `200`

- object[]
  - `version` string, required
  - `name` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded
- `500` — Failed to list database migrations

---

[API](https://skmtc.dev/supabase/apis/management-api.md) · [All operations](https://skmtc.dev/supabase/apis/management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supabase/management-api/revisions/a7cb39418064/schema)
