---
title: "Download a user data export."
method: POST
path: "/user/export/download"
tags: ["user"]
---

# Download a user data export.

`POST /user/export/download`

## Request body

- V1UserPasswordConfirmation
  - `password` string

## Response `200`

OK

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

## Other responses

- `400` — Something's invalid.
- `404` — No user data export found.
- `500` — Internal server error.

## Changes

- **2025-08-03** `3459251d79ac` — 1 info
  - added the non-success response with the status `404`
- **2025-07-28** `d7c1f946dc48` — 1 info
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/go-vikunja/apis/vikunja-api/changes/user/export/download/post.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)
