---
title: "List all files"
method: GET
path: "/projects/{project_id}/files"
tags: ["Files"]
---

# List all files

`GET /projects/{project_id}/files`

Lists project files and associated key count. If there are some keys in the project that do not have a file association, they will be returned with filename `__unassigned__`.

Requires <code>read_files</code> OAuth access scope.

## Path parameters

- `project_id` string, required

## Query parameters

- `filter_filename` string
- `limit` integer
- `page` integer

## Response `200`

OK

- object
  - `project_id` string
  - `files` Files[]
    - `file_id` number — A unique identifier of the file.
    - `filename` string — File name.
    - `key_count` number — Total number of keys, associated with this file.

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
