---
title: "List Plugins"
method: GET
path: "/api/plugins"
tags: ["plugins"]
---

# List Plugins

`GET /api/plugins`

Return registered plugins for authenticated UI callers.

plugin_key is never returned — the browser never needs it (the proxy injects
it server-side from the registry), and exposing it here would leak the
credential into React state and DevTools.  Admin key management goes through
the redacted /config/field/info path instead.

## Response `200`

Successful Response

- object[]

## Changes

- **2026-09-18** `082b5fabd909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/api/plugins/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/c71315002afa?raw)
