---
title: "GET /plants"
method: GET
path: "/plants"
---

# GET /plants

`GET /plants`

Returns all plants from the system that the user has access to

## Query parameters

- `limit` integer

## Response `200`

Plant response

- Plant[]
  - `name` string, required — The name of the plant
  - `tag` string — Tag to specify the type

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.dev/basedhardware/apis/omi-developer-api.md) · [All operations](https://skmtc.dev/basedhardware/apis/omi-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/basedhardware/omi-developer-api/revisions/919eb7a392aa/schema)
