## Headers
The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Files
3url: https://platform.claude.com/docs/en/api/files/list
4---
5
16# List Files
27
38**GET** `/v1/files`
from line 27
2227
2328 Opaque page cursor returned in a prior list response's `next_page`. Prefixed `page_`.
2429
30## Headers
31
32- `"anthropic-workspace-id": optional string`
33
2534## Returns
2635
2736- `data: array of FileMetadata`
from line 37
2837
2938 List of file metadata objects.
3039
40 - `type: "file"`
41
42 Object type.
43
44 For files, this is always `"file"`.
45
3146 - `id: string`
3247
3348 Unique object identifier.
from line 72
5772 Size of the file in bytes.
5873
5974 minimum: 0
60
61 - `type: "file"`
62
63 Object type.
64
65 For files, this is always `"file"`.
6675
6776 - `downloadable: optional boolean`
6877