---
title: "List team templates"
method: GET
path: "/projects/templates"
tags: ["Projects"]
---

# List team templates

`GET /projects/templates`

List your team's templates. Use a returned id as the templateId when generating a project. Only team templates are supported.

## Query parameters

- `limit` number — Max results per page.
- `cursor` string — Pagination cursor from a previous response.

## Response `200`

Template list

- object
  - `templates` object[], required
    - `id` string, required — Pass as templateId when generating a project.
    - `name` string, required
    - `screenshotUrl` string, nullable, required
    - `updatedAt` string, date-time, required
  - `nextCursor` string — Pass as cursor to fetch the next page.

---

[API](https://skmtc.dev/faces/apis/faces-api.md) · [All operations](https://skmtc.dev/faces/apis/faces-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/faces/faces-api/revisions/83197d741969/schema)
