---
title: "getAllReminders reminder"
method: GET
path: "/ops/reminder"
tags: ["ops"]
---

# getAllReminders reminder

`GET /ops/reminder`

get all reminders for OPS

## Response `200`

OK response.

- Reminders
  - `values` Reminder[] — the active reminders
    - `current_step_id` string, required — Current step id
    - `id` string, required — The reminder ID
    - `last_run_at` string, date-time
    - `next_run_at` string, date-time
    - `reminder_type` string, required — Reminder type
    - `run_count` integer, required — Run count
    - `user_id` string, required — User ID

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.

---

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