---
title: "Retrieve a template"
method: GET
path: "/jwt_templates/{template_id}"
tags: ["JWT Templates"]
---

# Retrieve a template

`GET /jwt_templates/{template_id}`

Retrieve the details of a given JWT template

## Path parameters

- `template_id` string, required

## Response `200`

Success

- JWTTemplate
  - `object` 'jwt_template', required
  - `id` string, required
  - `name` string, required
  - `claims` object, required
  - `lifetime` integer, required
  - `allowed_clock_skew` integer, required
  - `custom_signing_key` boolean, required
  - `signing_algorithm` string, required
  - `created_at` integer, required — Unix timestamp of creation.
  - `updated_at` integer, required — Unix timestamp of last update.

## Other responses

- `404` — Resource not found

---

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