---
title: "List all doser pumps"
method: GET
path: "/api/doser/pumps"
tags: ["Doser"]
---

# List all doser pumps

`GET /api/doser/pumps`

## Response `200`

List of pumps

- DoserPump[]
  - `id` string
  - `name` string, required
  - `jack` string
  - `pin` integer
  - `type` string — Pump type (pwm or stepper)
  - `regiment` object — Dosing regiment configuration
  - `stepper` object — Stepper motor configuration (if type is stepper)

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