---
title: "List folders"
method: GET
path: "/api/prompt-repo/folders"
tags: ["Prompt Repository"]
---

# List folders

`GET /api/prompt-repo/folders`

Returns all prompt folders.

## Response `200`

Successful response

- object
  - `folders` object[]
    - `id` string — Unique folder ID (UUID)
    - `name` string
    - `description` string, nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `prompts_count` integer — Number of prompts in this folder (virtual field)

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
