The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Get file metadata
3url: https://platform.claude.com/docs/en/api/compliance/apps/chats/files/retrieve
4---
5
16# Get file metadata
27
38**GET** `/v1/compliance/apps/chats/files/{claude_file_id}`
from line 18
1318 The file ID (tagged ID, e.g., claude_file_abc123)
1419
1520## Headers
21
22- `"anthropic-version": optional string`
23
24 The version of the Claude API you want to use.
25
26 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
1627
1728- `"x-api-key": optional string`
1829