---
title: "List all timer jobs"
method: GET
path: "/api/timers"
tags: ["Timers"]
---

# List all timer jobs

`GET /api/timers`

## Response `200`

List of timer jobs

- TimerJob[]
  - `id` string — Unique identifier for the timer job
  - `name` string, required — Human-readable name for the timer job
  - `enable` boolean — Whether this timer job is active
  - `type` string, required — Target subsystem type (equipment, macro, ato, camera, doser, lighting, ph, temperature, reminder)
  - `month` string, required — Cron month field
  - `week` string, required — Cron day-of-week field
  - `day` string, required — Cron day-of-month field
  - `hour` string, required — Cron hour field
  - `minute` string, required — Cron minute field
  - `second` string, required — Cron second field
  - `target` unknown

## Other responses

- `401` — Unauthorized

## Changes

- **2026-05-18** `799d7dce71bf` — 1 info
  - endpoint added
- **2026-05-17** `246823ed55cc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/reef-pi/apis/reef-pi-api/changes/api/timers/get.md)

---

[API](https://skmtc.dev/reef-pi/apis/reef-pi-api.md) · [All operations](https://skmtc.dev/reef-pi/apis/reef-pi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reef-pi/reef-pi-api/revisions/85b870dc1814/schema)
