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

---

[API](https://skmtc.net/gameballers/apis/gameball-api.md) · [All operations](https://skmtc.net/gameballers/apis/gameball-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameballers/gameball-api/versions/2e4a8bfe2291/schema)
