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

## Changes

- **2024-08-26** `a2d864f3a8db` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/altera-co/apis/openapi/changes/plants/get.md)

---

[API](https://skmtc.dev/altera-co/apis/openapi.md) · [All operations](https://skmtc.dev/altera-co/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/altera-co/openapi/revisions/a2d864f3a8db/schema)
