---
title: "List template versions (Cloud-only)"
method: GET
path: "/v1/templates/{project_id}/{name}/versions"
tags: ["templates"]
---

# List template versions (Cloud-only)

`GET /v1/templates/{project_id}/{name}/versions`

List all versions of a specific template

## Path parameters

- `project_id` string, required
- `name` string, required

## Query parameters

- `offset` union
  - string
  - number
- `limit` string

## Response `200`

200

- object
  - `versions` object[], required
    - `version` string, required — The version number
    - `created_at` string, required — When the version was created
    - `message` string — Version description message
    - `is_latest` boolean, required — Whether this is the latest version
  - `has_next_page` boolean, required
  - `total_count` number, required

## Other responses

- `404` — 404

---

[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)
