---
title: "GET /files"
method: GET
path: "/files"
tags: ["files"]
---

# GET /files

`GET /files`

## Query parameters

- `limit` integer

## Response `200`

List all uploaded files

- object[]
  - `id` string, uuid
  - `fileName` string
  - `mimeType` string
  - `size` number
  - `uploadedAt` string, date-time

## Changes

- **2025-10-24** `8db531c050e5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/files/get.md)

---

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