---
title: "Get a template folder"
method: GET
path: "/template-folders/{id}"
tags: ["Template Folders"]
---

# Get a template folder

`GET /template-folders/{id}`

Get a template folder

## Path parameters

- `id` string, required

## Response `200`

OK

- PATemplateFolderDTO
  - `id` string — The ID of the template folder
  - `name` string — The name of the template folder
  - `parent_id` string, nullable — The ID of the parent folder

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/superchat/apis/superchat-api.md) · [All operations](https://skmtc.dev/superchat/apis/superchat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superchat/superchat-api/revisions/3bc557a0072f/schema)
