---
title: "Get metadata of all files owned by the user"
method: GET
path: "/me/files"
tags: ["me"]
---

# Get metadata of all files owned by the user

`GET /me/files`

## Response `200`

File metadata retrieved successfully

- PrivateFileMeta[]
  - `owner` string, required
  - `fileName` string, required
  - `versions` Version[], required
  - `registeredVersions` Version[], required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Changes

- **2026-07-17** `4ff151025f7c` — 2 info
  - the `items/fileName` response's property pattern was changed from `/^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i` to `/^[a-z\d](?:[a-z\d]|[-_](?=[a-z\d])){0,38}$/i` for the status `200`
  - the `items/owner` response's property pattern was changed from `/^[a-z\d](?:[a-z\d]|-_(?=[a-z\d])){0,38}$/i` to `/^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i` for the status `200`
- **2025-02-09** `11f1b67626ff` — 1 info
  - the `items/owner` response's property pattern was changed from `/^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i` to `/^[a-z\d](?:[a-z\d]|-_(?=[a-z\d])){0,38}$/i` for the status `200`
- **2025-01-23** `65605c05e7f7` — 4 breaking, 4 info
  - removed the required property `items/created_at` from the response with the `200` status
  - removed the required property `items/file_name` from the response with the `200` status
  - removed the required property `items/registered_versions` from the response with the `200` status
  - removed the required property `items/updated_at` from the response with the `200` status
  - …4 more
- …earlier changes not shown

[Full history](https://skmtc.dev/lapisla-prover/apis/lapisla-prover-api/changes/me/files/get.md)

---

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