---
title: "Get CSV migration status"
method: GET
path: "/migration/csv/status"
tags: ["migration"]
---

# Get CSV migration status

`GET /migration/csv/status`

Returns if the current user already did the CSV migration or not.

## Response `200`

The migration status

- MigrationStatus
  - `finished_at` string
  - `id` integer
  - `migrator_name` string
  - `started_at` string

## Other responses

- `500` — Internal server error

## Changes

- **2026-04-07** `806d3c1b98ae` — 1 info
  - endpoint added
- **2025-07-28** `d7c1f946dc48` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/go-vikunja/apis/vikunja-api/changes/migration/csv/status/get.md)

---

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