---
title: "Fetch All Folders"
method: GET
path: "/v1/fetch_all_folders/"
tags: ["Public"]
---

# Fetch All Folders

`GET /v1/fetch_all_folders/`

## Response `200`

Successful Response

- ConfigsApiOut
  - `folders` ConfigApiOut[], required
    - `name` string, nullable
    - `desc` string, nullable
    - `id` integer, required
    - `template_ids` integer[], nullable
    - `templates` ShortenedClassOut[], nullable
      - `id` integer, required
      - `name` string, required
      - `desc` string, nullable

---

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