Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

List Files changed

api/files/list

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+15added
Lines−6removed
From line 1 where the diff opens
First seen 20 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

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