List all resources that have been uploaded to the browser session for agent use.
Returns resource metadata including name, size, type, and last modified timestamp.
GET
/
v1
/
sessions
/
{sessionId}
/
agent
/
files
List Agent Resources
Copy
Ask AI
curl --request GET \ --url https://api.anchorbrowser.io/v1/sessions/{sessionId}/agent/files \ --header 'anchor-api-key: <api-key>'