---
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

- **2025-01-22** `7a2b2f42a2f2` — 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
- **2025-01-22** `d3210261c539` — 1 info
  - api operation id `getMyFiles` was added
- **2025-01-21** `ad4cd30302ac` — 1 info
  - the endpoint scheme security `BearerAuth` was added to the API
- **2025-01-20** `20e8e755a09e` — 2 info
  - the `items/file_name` response's property pattern `/^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i` was added for the status `200`
  - the `items/owner` response's property pattern `/^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i` was added for the status `200`
- **2025-01-20** `93e312846ab3` — 4 breaking, 7 info
  - removed the required property `items/createdAt` from the response with the `200` status
  - removed the required property `items/fileName` from the response with the `200` status
  - removed the required property `items/registeredVersions` from the response with the `200` status
  - removed the required property `items/updatedAt` from the response with the `200` status
  - …7 more

[Change 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/7a2b2f42a2f2/schema)
