---
title: "List Workspace Files"
method: GET
path: "/agent/workspace/files"
---

# List Workspace Files

`GET /agent/workspace/files`

## Query parameters

- `prefix` string
- `limit` integer
- `experimental_version` string, nullable
- `volume_override` string, nullable

## Headers

- `Authorization` string, nullable
- `X-User-Id` string, nullable

## Cookies

- `session_id` string, nullable

## Response `200`

Successful Response

- FileNode[]
  - `name` string, required
  - `path` string, required
  - `type` 'file' | 'dir', required
  - `size` integer, required
  - `updated_at` string, date-time, required
  - `children` FileNode[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/runconverge/apis/fastapi.md) · [All operations](https://skmtc.dev/runconverge/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runconverge/fastapi/revisions/1452e350bd1d/schema)
