---
title: "Exports the caller's personal data as a ZIP."
method: GET
path: "/api/v1/core/me/personal-data"
tags: ["Core/Me"]
---

# Exports the caller's personal data as a ZIP.

`GET /api/v1/core/me/personal-data`

GDPR Art. 15 right of access. See M:An.Platform.Module.Core.Presentation.Interfaces.IMeService.ExportPersonalDataAsync(System.Security.Claims.ClaimsPrincipal,System.Threading.CancellationToken)
for the exact bundle contents. Built on the fly, no temp file on disk.

## Response `200`

ZIP archive streamed

## Other responses

- `401` — Not authenticated

---

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