---
title: "List templates"
method: GET
path: "/v1/templates"
tags: ["Templates"]
---

# List templates

`GET /v1/templates`

## Query parameters

- `scope` 'account' | 'artifact' | 'all'
- `artifact_id` string

## Response `200`

Templates

- object
  - `success` boolean
  - `data` object
    - `templates` 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

---

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