---
title: "List Workspace Files"
method: GET
path: "/v1/files"
tags: ["v1", "protected", "files"]
---

# List Workspace Files

`GET /v1/files`

## Response `200`

Successful Response

- WorkspaceFileListResponse
  - `directories` string[]
  - `files` WorkspaceFileInfo[], required
    - `content_type` string, nullable
    - `last_modified` string, nullable
    - `path` string, required
    - `size` integer, required

## Changes

> 19 revisions in range; 6 could not be searched.

- **2026-04-29** `e1a530c0a2d5` — 1 info
  - endpoint added
- **2026-03-30** `e9c153221160` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/files/get.md)

---

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