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

# Get List Templates

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

View the List templates available in a Workspace.

Use this endpoint to retrieve List template IDs for use with the [Create List From Template in Folder](#tag/Lists/operation/CreateFolderListFromTemplate) and [Create List From Template in Space](#tag/Lists/operation/CreateSpaceListFromTemplate) endpoints.

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

## Path parameters

- `team_id` number, required

## Headers

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

## Response `200`

List templates retrieved successfully.

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

---

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