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

# Get template reminders

`GET /templates/{id}/reminders`

Retrieve all reminders configured for a specific template

## Path parameters

- `id` string, uuid, required

## Response `200`

Template reminders retrieved successfully

- Reminder[]
  - `id` string, uuid, required — Unique identifier for the reminder
  - `hours` integer, required — Hours after sending before reminder is sent
  - `subject` string, required — Email subject for the reminder
  - `message` string, required — Email message body for the reminder
  - `all_users` boolean — Whether reminder applies to all users
  - `template_user_id` string, uuid, nullable — Specific user to send reminder to (used in template context)
  - `recipient_id` string, uuid, nullable — Specific recipient to send reminder to (used in signing request context, same as template_user_id)
  - `sent_on` string, date-time, nullable — Timestamp when the reminder was actually sent
  - `created_at` string, date-time — Reminder creation timestamp
  - `updated_at` string, date-time — Reminder last update timestamp

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Not Found - Resource does not exist
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.dev/firma/apis/firma-partner-api.md) · [All operations](https://skmtc.dev/firma/apis/firma-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firma/firma-partner-api/revisions/5c03d6a9d080/schema)
