---
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

---

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