---
title: "Listar arquivos do projeto"
method: GET
path: "/api/management/projects/{project}/files"
tags: ["projects", "Conteúdos e arquivos"]
---

# Listar arquivos do projeto

`GET /api/management/projects/{project}/files`

Retorna todos os arquivos ligados ao projeto em um único conjunto: os enviados como conteúdo (no próprio projeto ou em suas tarefas) e os anexados em respostas de formulários. Não tem paginação.

## Response `200`

Sucesso

- object — Arquivos do projeto.
  - `response` boolean, required — Sempre true quando a operação é concluída.
  - `files` object[], required — Arquivos reunidos de todas as origens.
    - `name` string — Nome do arquivo.
    - `extension` string, nullable — Extensão do arquivo.
    - `file_url` string — Endereço para baixar o arquivo.
    - `type` integer — Sempre 2: arquivo.
    - `technical_name` string — Nome interno usado no armazenamento.
    - `created_at` string, date-time — Data do envio.
    - `origin` string, nullable — De onde o arquivo veio, quando ele foi anexado em um formulário.

## Changes

- **2026-08-24** `3c590152d5b5` — 3 breaking, 2 info
  - the response property `files/items/extension` became nullable for the status `200`
  - the response property `files/items/origin` became nullable for the status `200`
  - the `files/items/file_url` response's property format changed from `uri` to no format for status `200`
  - the response property `files` became required for the status `200`
  - …1 more
- **2026-08-19** `3d619d9db20d` — 3 info
  - api tag `Conteúdos e arquivos` added
  - api tag `files` removed
  - api tag `{id}` removed
- **2026-08-19** `5501d8ecc8a0` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/projects/:project/files/get.md)

---

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