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

Retrieve remote session messages changed

api/compliance/apps/sessions/remote/messages/list

Nearest release: v2.1.272, published 5 hours before 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+1added
Lines−6removed
From line 70 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 70, old and new numbered
/
lines
from line 70
7070 
7171## Headers
7272 
73- `"anthropic-version": optional string`
74 
75 The version of the Claude API you want to use.
76 
77 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
78 
7973- `"x-api-key": optional string`
8074 
8175## Returns
from line 264
270264 
271265```bash
272266curl https://api.anthropic.com/v1/compliance/apps/sessions/remote/$CLAUDE_REMOTE_SESSION_ID/messages \
267 -H 'anthropic-version: 2023-06-01' \
273268 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
274269```
275270