---
title: "Get all available plugins"
method: GET
path: "/api/v1/plugins/available"
tags: ["v1", "plugins"]
---

# Get all available plugins

`GET /api/v1/plugins/available`

Get list of all available plugins with metadata.

## Response `200`

Successful Response

- PluginListResponse — Response schema for listing available plugins.
  - `plugins` PluginInfo[], required — List of available plugins
    - `plugin_id` string, required — Unique identifier for the plugin
    - `name` string, required — Display name of the plugin
    - `description` string, required — Description of the plugin functionality
    - `version` string, required — Plugin version
    - `enabled` boolean, required — Whether the plugin is currently enabled
    - `requirements` object, nullable — Hardware requirements for the plugin

---

[API](https://skmtc.net/reach-systems-tech/apis/reelapi-v1.md) · [All operations](https://skmtc.net/reach-systems-tech/apis/reelapi-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reach-systems-tech/reelapi-v1/versions/1dd366a9c6a3/schema)
