---
title: "GET /api/p2p/chats/files/{fileId}/metadata"
method: GET
path: "/api/p2p/chats/files/{fileId}/metadata"
tags: ["ApiP2P"]
---

# GET /api/p2p/chats/files/{fileId}/metadata

`GET /api/p2p/chats/files/{fileId}/metadata`

## Path parameters

- `fileId` string, uuid, required

## Response `200`

Success

- ChatFileMetadataDto
  - `id` string, uuid
  - `fileName` string, nullable
  - `extension` string, nullable
  - `fileSize` integer

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
