---
title: "List Agent Resources"
method: GET
path: "/v1/sessions/{sessionId}/agent/files"
tags: ["Agentic capabilities"]
---

# List Agent Resources

`GET /v1/sessions/{sessionId}/agent/files`

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.

## Path parameters

- `sessionId` string, uuid, required

## Response `200`

Agent resources listed successfully

- object
  - `data` object
    - `files` object[]
      - `name` string — The resource name
      - `size` integer — Resource size in bytes
      - `type` string — Resource extension/type
      - `lastModified` string, date-time — When the resource was last modified

## Other responses

- `400` — Session is not running
- `404` — Session not found
- `500` — Failed to list agent resources

---

[API](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api.md) · [All operations](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchorbrowser/anchorbrowser-api/revisions/d0f5aa64f9f4/schema)
