---
title: "List Project Files"
method: GET
path: "/v1/projects/{project_id}/files"
tags: ["v1", "protected", "projects"]
---

# List Project Files

`GET /v1/projects/{project_id}/files`

List files under the project's prefix.

## Path parameters

- `project_id` string, uuid, required

## Response `200`

Successful Response

- ProjectFileListResponse
  - `files` ProjectFileInfo[], required
    - `last_modified` string, nullable
    - `path` string, required
    - `size` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.net/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/versions/e3650e48373b/schema)
