---
title: "List available LoRAs from S3 bucket"
method: GET
path: "/admin/loras"
tags: ["Admin LoRAs"]
---

# List available LoRAs from S3 bucket

`GET /admin/loras`

## Query parameters

- `prefix` string
- `search` string

## Response `200`

- LorasListResponseDto
  - `items` LoraFileDto[], required
    - `key` string, required — S3 key for the LoRA file
    - `name` string, required — File name
    - `size` number — File size in bytes
    - `lastModified` string — Last modified date
    - `folder` string — Folder/prefix the file belongs to
  - `total` number, required

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
