---
title: "List all template folders"
method: GET
path: "/template-folders"
tags: ["Template Folders"]
---

# List all template folders

`GET /template-folders`

List all template folders

## Query parameters

- `after` string, nullable
- `before` string, nullable
- `limit` integer
- `parent_id` string, nullable

## Response `200`

OK

- PATemplateFolderPagedDocsExample
  - `url` string
  - `results` 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
  - `pagination` Pagination
    - `next_cursor` string, nullable
    - `previous_cursor` string, nullable
    - `next_url` string, nullable
    - `previous_url` string, nullable

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