---
title: "List templates (Cloud-only)"
method: GET
path: "/v1/templates"
tags: ["templates"]
---

# List templates (Cloud-only)

`GET /v1/templates`

List all templates

## Query parameters

- `offset` union
  - string
  - number
- `exact` string
- `limit` string
- `version` string
- `template_id` string
- `name` string
- `search` string
- `project_slug` string
- `project_id` string
- `sort_by` 'updated_at' | 'created_at'

## Response `200`

200

- object
  - `templates` object[], required
    - `name` string, required — The exact name of the template
    - `id` string, required
    - `project_id` string, required
    - `project_slug` string, required
    - `latest_version` string, required — The latest version of the template
    - `description` string
    - `template_deployment_slug` string, required — The full name of the template, including version and project slug
    - `updated_at` string, required — When the template was last updated
  - `has_next_page` boolean, required

---

[API](https://skmtc.dev/yu-code666/apis/letta-api.md) · [All operations](https://skmtc.dev/yu-code666/apis/letta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yu-code666/letta-api/revisions/6cec99480c13/schema)
