---
title: "Get list of available plugins from store"
method: GET
path: "/plugin-store"
---

# Get list of available plugins from store

`GET /plugin-store`

Returns a list of PluginStoreItem structs

## Response `200`

List of plugins

- PluginStoreItem[]
  - `name` string, required
  - `author` string
  - `description` string, required
  - `version` string, required
  - `url` string, required
  - `logo` string
  - `massastationMinVersion` string
  - `isCompatible` boolean
  - `file` File, required
    - `url` string, required
    - `checksum` string, required
  - `os` string

## Other responses

- `400` — Bad request.
- `404` — Not found.
- `422` — Unprocessable Entity - The syntax is correct, but the server was unable to process the contained instructions.
- `500` — Internal Server Error - The server has encountered a situation it does not know how to handle.

---

[API](https://skmtc.net/massalabs/apis/massastation.md) · [All operations](https://skmtc.net/massalabs/apis/massastation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massalabs/massastation/versions/26b1a89baa49/schema)
