Follow Discord
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

Documents changed

api/compliance/apps/projects/documents

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+35added
Lines−12removed
From line 1 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits5to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Documents
3url: https://platform.claude.com/docs/en/api/compliance/apps/projects/documents
4---
5 
16# Documents
27 
38## Get project document content
from line 19
1419 
1520### Headers
1621 
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).
27 
1728- `"x-api-key": optional string`
1829 
1930### Returns
from line 104
93104 
94105### Headers
95106 
107- `"anthropic-version": optional string`
108 
109 The version of the Claude API you want to use.
110 
111 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
112 
96113- `"x-api-key": optional string`
97114 
98115### Returns
from line 203
186203 
187204### Headers
188205 
189- `"x-api-key": optional string`
206- `"anthropic-version": optional string`
190207 
191### Returns
208 The version of the Claude API you want to use.
192209 
193- `id: string`
210 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
194211 
195 The ID of the project document that was deleted
212- `"x-api-key": optional string`
196213 
214### Returns
215 
197216- `type: "claude_project_document_deleted"`
198217 
199218 Constant string confirming deletion.
from line 219
200219 
201220 default: claude_project_document_deleted
202221 
222- `id: string`
223 
224 The ID of the project document that was deleted
225 
203226### Example
204227 
205228```bash
from line 288
265288 
266289 Response for deleting a project document.
267290 
268 - `id: string`
269 
270 The ID of the project document that was deleted
271 
272291 - `type: "claude_project_document_deleted"`
273292 
274293 Constant string confirming deletion.
275294 
276295 default: claude_project_document_deleted
296 
297 - `id: string`
298 
299 The ID of the project document that was deleted
277300 
278301### Document Metadata Response
279302 
Feedback