---
title: "Get a list of templates"
method: GET
path: "/templates"
tags: ["Templates"]
---

# Get a list of templates

`GET /templates`

Retrieves system or user templates.

## Query parameters

- `owner` 'me' | 'sendpulse'
- `only_active` boolean
- `limit` integer
- `offset` integer

## Response `200`

List of templates

- TemplateSummary[]
  - `id` string
  - `name` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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