---
title: "Get Folder Templates"
method: GET
path: "/v2/team/{team_id}/folder_template"
tags: ["Templates"]
---

# Get Folder Templates

`GET /v2/team/{team_id}/folder_template`

View the Folder templates available in a Workspace.

Use this endpoint to retrieve Folder template IDs for use with the [Create Folder From Template](#tag/Folders/operation/CreateFolderFromTemplate) endpoint.

Template IDs are returned with a `t-` prefix (e.g., `t-7162342`). Pass the full ID including the prefix as the `template_id` path parameter when creating a Folder from a template.

## Path parameters

- `team_id` number, required

## Headers

- `Content-Type` 'application/json', required

## Response `200`

Folder templates retrieved successfully.

- object
  - `templates` object[], required — Array of Folder templates available in the Workspace.
    - `name` string — Name of the Folder template
    - `id` string — Unique identifier of the Folder template. IDs are prefixed with `t-` (e.g., `t-7162342`). Use this ID as the `template_id` path parameter in the Create Folder From Template endpoint.

---

[API](https://skmtc.net/clickup/apis/clickup-api-v2-reference.md) · [All operations](https://skmtc.net/clickup/apis/clickup-api-v2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clickup/clickup-api-v2-reference/revisions/72216f55b952/schema)
