## Headers
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/files/retrieve_metadata
4---
5
16# Get File Metadata
27
38**GET** `/v1/files/{file_id}`
from line 15
1015
1116 ID of the File.
1217
18## Headers
19
20- `"anthropic-workspace-id": optional string`
21
1322## Returns
1423
1524- `FileMetadata object`
1625
26 - `type: "file"`
27
28 Object type.
29
30 For files, this is always `"file"`.
31
1732 - `id: string`
1833
1934 Unique object identifier.
from line 58
4358 Size of the file in bytes.
4459
4560 minimum: 0
46
47 - `type: "file"`
48
49 Object type.
50
51 For files, this is always `"file"`.
5261
5362 - `downloadable: optional boolean`
5463