---
title: "List revision history for a template, newest first"
method: GET
path: "/rest/api/v1/projects/{projectId}/templates/{templateId}/revisions"
tags: ["Account Template API"]
---

# List revision history for a template, newest first

`GET /rest/api/v1/projects/{projectId}/templates/{templateId}/revisions`

## Path parameters

- `projectId` string, uuid, required
- `templateId` string, uuid, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- AccountTemplateRevisionSummaryDTO[]
  - `revision` integer
  - `updated` string, date-time
  - `updatedBy` string

---

[API](https://skmtc.net/metacopier/apis/metacopier-api.md) · [All operations](https://skmtc.net/metacopier/apis/metacopier-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metacopier/metacopier-api/revisions/ff1699330afa/schema)
