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

# Get a template

`GET /v1/templates/{id}`

## Response `200`

The template

- Template
  - `id` string
  - `artifact_id` string, nullable
  - `owner_id` string
  - `name` string
  - `subject` string
  - `html` string
  - `text_body` string
  - `is_system` boolean
  - `created_at` integer
  - `updated_at` integer

## Other responses

- `404` — Resource not found

---

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