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

---

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