List Session Resources
Path parameters
Path parameter session_id
Query parameters
Maximum number of resources to return per page (max 1000). If omitted, returns all resources.
Opaque cursor from a previous response's next_page field.
Headers
Response
Successful response (OK)
Example response
{
"data": [
{
"type": "file",
"id": "sesrsc_011CZkZBJq5dWxk9fVLNcPht",
"file_id": "file_011CNha8iCJcU1wXNR6q4V8w",
"mount_path": "/uploads/receipt.pdf",
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:00:00Z"
},
{
"type": "github_repository",
"id": "sesrsc_011CZkZCKr6eXyl0gWMOdQiu",
"url": "https://github.com/example-org/example-repo",
"mount_path": "/workspace/example-repo",
"checkout": {
"type": "branch",
"name": "main"
},
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:00:00Z"
}
],
"next_page": "page_MjAyNS0wNS0xNFQwMDowMDowMFo="
}Changes
Changed in 3 of the 68 revisions of this API.77
- ▲
response property
data/items/oneOf[BetaManagedAgentsMemoryStoreResource]/instructionslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/oneOf[BetaManagedAgentsMemoryStoreResource]/mount_pathlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/oneOf[BetaManagedAgentsMemoryStoreResource]/namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
next_pagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
//////response property's maxLength was unset from4096for the response statusresponse-property-max-length-unset
- ▲
the
//////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ○
removed from the
//////response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
added
subschema #2to the//////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #2to the//////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
removed discriminator from
//////response property for the response statusresponse-property-discriminator-removed
- ○
removed from the
//////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ▲
- ▲
added to the
/response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
added
memory_storediscriminator mapping keys to the/response property for the response statusresponse-property-discriminator-mapping-added
- ▲
- ○
endpoint added
endpoint-added
- ○