---
title: "List folders"
method: GET
path: "/message_template_folders"
tags: ["Message Template Folders"]
---

# List folders

`GET /message_template_folders`

List the message template folders.

Required scope: `message_templates:read`

## Query parameters

- `sort_by` string
- `sort_order` 'asc' | 'desc'

## Response `200`

Array of message template folders

- object
  - `_pagination` object
    - `next` string, nullable — Link to next [page of results](https://dev.frontapp.com/docs/pagination)
  - `_links` object
    - `self` string — Link to resource
  - `_results` MessageTemplateFolderResponse[]
    - `_links` object, required
      - `self` string — Link to resource
      - `related` object
        - `owner` string, nullable — Link to resource's owner. Null if the current folder does not have an owner.
        - `parent_folder` string, nullable — Link to parent folder. Null if the current folder does not have a parent.
        - `child_folders` string, nullable — Link to child folders. Null if the current folder does not have children.
        - `child_answers` string, nullable — Link to message templates contained within this folder or children folders. Null if the current folder does not have any message templates.
    - `id` string, required — Unique identifier of the message template folder
    - `name` string, required — Name of the message template folder
    - `created_at` number — Timestamp at which the message template folder was created.
    - `updated_at` number — Timestamp at which the message template folder was updated.

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
