---
title: "List templates"
method: GET
path: "/templates"
tags: ["Templates"]
---

# List templates

`GET /templates`

Retrieves a collection of all templates for a team with a given ID. Returned templates are sorted by ID in ascending order.

## Query parameters

- `teamId` integer
- `public` boolean
- `usedApps[]` string[]
- `cols[]` string[]
- `pg[sortBy]` string
- `pg[offset]` integer
- `pg[sortDir]` 'asc' | 'desc'
- `pg[limit]` integer

## Response `200`

Successful response

- object
  - `templates` object[]
    - `id` integer
    - `name` string
    - `teamId` integer
    - `teamName` string
    - `organizationId` string
    - `description` string
    - `usedApps` string[]
    - `public` boolean
    - `published` string, date-time
    - `approved` string, date-time
    - `approvedId` integer
    - `requestedApproval` boolean
    - `publishedId` integer
    - `publicUrl` string
    - `approvedName` string
    - `publishedName` string
  - `pg` object
    - `last` string
    - `showLast` boolean
    - `sortBy` string
    - `sortDir` string
    - `limit` integer
    - `offset` integer

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
