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 Session Resources changed

api/beta/sessions/resources/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+20added
Lines−11removed
From line 1 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits8to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Session Resources
3url: https://platform.claude.com/docs/en/api/beta/sessions/resources/list
4---
5 
16# List Session Resources
27 
38**GET** `/v1/sessions/{session_id}/resources`
from line 33
2833 
2934 - `string`
3035 
31 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
36 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
3237 
3338 - `"message-batches-2024-09-24"`
3439 
from line 81
7681 
7782 - `"user-profiles-2026-08-18"`
7883 
84 - `"user-profiles-2026-09-04"`
85 
7986 - `"advisor-tool-2026-03-01"`
8087 
8188 - `"managed-agents-2026-04-01"`
from line 125
118125 
119126 - `"mid-conversation-system-clear-at-2026-08-21"`
120127 
128- `"anthropic-workspace-id": optional string`
129 
121130## Returns
122131 
123132- `data: array of BetaManagedAgentsSessionResource`
from line 135
126135 
127136 - `BetaManagedAgentsGitHubRepositoryResource object`
128137 
138 - `type: "github_repository"`
139 
129140 - `id: string`
130141 
131142 - `created_at: string`
from line 147
136147 
137148 - `mount_path: string`
138149 
139 - `type: "github_repository"`
140 
141150 - `updated_at: string`
142151 
143152 A timestamp in RFC 3339 format
from line 159
150159 
151160 - `BetaManagedAgentsBranchCheckout object`
152161 
162 - `type: "branch"`
163 
153164 - `name: string`
154165 
155166 Branch name to check out.
from line 167
156167 
157168 minLength: 1, maxLength: 255
158169 
159 - `type: "branch"`
160 
161170 - `BetaManagedAgentsCommitCheckout object`
162171 
172 - `type: "commit"`
173 
163174 - `sha: string`
164175 
165176 Full commit SHA to check out.
from line 177
166177 
167178 minLength: 7, maxLength: 64
168179 
169 - `type: "commit"`
170 
171180 - `BetaManagedAgentsFileResource object`
172181 
182 - `type: "file"`
183 
173184 - `id: string`
174185 
175186 - `created_at: string`
from line 193
182193 
183194 - `mount_path: string`
184195 
185 - `type: "file"`
186 
187196 - `updated_at: string`
188197 
189198 A timestamp in RFC 3339 format
from line 203
194203 
195204 A memory store attached to an agent session.
196205 
206 - `type: "memory_store"`
207 
197208 - `memory_store_id: string`
198209 
199210 The memory store ID (memstore_...). Must belong to the caller's organization and workspace.
200 
201 - `type: "memory_store"`
202211 
203212 - `access: optional "read_write" or "read_only" or null`
204213