---
title: "List files in project"
method: GET
path: "/projects/{id}/files"
---

# List files in project

`GET /projects/{id}/files`

## Path parameters

- `id` string, required

## Query parameters

- `showHidden` boolean
- `include` string[]
- `exclude` string[]

## Response `200`

List of files

- FileInfo[]
  - `path` string

## Other responses

- `400` — Invalid request
- `404` — Project not found
- `500` — Internal server error

---

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