---
title: "Get files list"
method: GET
path: "/api/projects/{id}/file-uploads"
tags: ["Import"]
---

# Get files list

`GET /api/projects/{id}/file-uploads`

Retrieve the list of uploaded files used to create labeling tasks for a specific project.

## Path parameters

- `id` integer, required

## Query parameters

- `all` boolean
- `ids` string[]
- `ordering` string

## Response `200`

- FileUpload[]
  - `file` string, required
  - `id` integer, required
  - `size` integer, nullable, required

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/1b113b8df950/schema)
