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

# GET /api/v1/files

`GET /api/v1/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-11-04** `b0518ab33431` — 1 info
  - endpoint added
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/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/052d5668ea8f/schema)
