---
title: "Import CSV file"
method: PUT
path: "/migration/csv/migrate"
tags: ["migration"]
---

# Import CSV file

`PUT /migration/csv/migrate`

Imports tasks from a CSV file into Vikunja with the provided configuration.

## Response `200`

A message telling you everything was migrated successfully.

- ModelsMessage
  - `message` string — A standard message.

## Other responses

- `400` — Invalid CSV file or configuration
- `500` — Internal server error

---

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