---
title: "Get a template"
method: GET
path: "/v1/templates/{templateId}"
tags: ["Template"]
---

# Get a template

`GET /v1/templates/{templateId}`

Returns one organization email or calendar template, including its type, content, and send metadata. The template must belong to the authenticated organization or the request returns not found.

## Path parameters

- `templateId` string, required — a template ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.

## Response `200`

Success

- Template
  - `id` string, required — Canonical template ID (tpl_ followed by 32 lowercase hexadecimal UUID characters).
  - `name` string, required
  - `type` 'OTHER' | 'CANDIDATE_AVAILABILITY_REQUEST' | 'CANDIDATE_CONFIRMATION' | 'CANDIDATE_INVITE' | 'DEBRIEF_CALENDAR_INVITE' | 'INTERVIEWER_INVITE' | 'SLACK_CHANNEL_MESSAGE' | 'DEBRIEF_CONFIRMATION_CONVERSATION_MESSAGE' | 'DEBRIEF_UPDATE_CONFIRMATION_CONVERSATION_MESSAGE' | 'DEBRIEF_UPDATE_CONFIRMATION_INTERVIEWER_CALENDAR_INVITE' | 'SCHEDULE_CANCELLATION_CANDIDATE_EMAIL' | 'SCHEDULE_CANCELLATION_INTERVIEWER_EMAIL' | 'SCHEDULE_CANCELLATION_CONVERSATION_MESSAGE' | 'SCHEDULE_UPDATE_CONFIRMATION_CANDIDATE_EMAIL' | 'SCHEDULE_UPDATE_CONFIRMATION_CANDIDATE_INVITE' | 'SCHEDULE_UPDATE_CONFIRMATION_INTERVIEWER_INVITE' | 'SCHEDULE_UPDATE_CONFIRMATION_CONVERSATION_MESSAGE' | 'SELF_SCHEDULE_REQUEST_CANDIDATE_EMAIL', required
  - `subject` string, nullable, required
  - `is_organization_default` boolean, required
  - `created_at` string, date-time, required — ISO 8601 timestamp.
  - `updated_at` string, date-time, required — ISO 8601 timestamp.
  - `last_sent_at` string, date-time, nullable, required — ISO 8601 timestamp.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `410` — Gone
- `500` — Internal error

---

[API](https://skmtc.net/modernloop/apis/modernloop-platform-api.md) · [All operations](https://skmtc.net/modernloop/apis/modernloop-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modernloop/modernloop-platform-api/versions/33a0f9f44e4c/schema)
