---
title: "List Plugins"
method: GET
path: "/claude-code/plugins"
tags: ["claude_code_marketplace"]
---

# List Plugins

`GET /claude-code/plugins`

List all plugins in the marketplace.

Parameters:
    - enabled_only: If true, only return enabled plugins

Returns:
    List of plugins with their metadata.

## Query parameters

- `enabled_only` boolean

## Response `200`

Successful Response

- ListPluginsResponse — Response from listing plugins.
  - `count` integer, required
  - `plugins` PluginListItem[], required
    - `author` PluginAuthor — Plugin author information.
      - `email` string, nullable — Author email
      - `name` string, required — Author name
    - `category` string, nullable
    - `created_at` string, nullable, required
    - `description` string, nullable, required
    - `domain` string, nullable
    - `enabled` boolean, required
    - `homepage` string, nullable
    - `id` string, required
    - `keywords` string[], nullable
    - `name` string, required
    - `namespace` string, nullable
    - `source` object, required
    - `updated_at` string, nullable, required
    - `version` string, nullable, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-19** `c357baf422ab` — 2 info
  - api tag `claude_code_marketplace` added
  - api tag `Claude Code Marketplace` removed
- **2026-09-18** `082b5fabd909` — 4 info
  - api tag `Claude Code Marketplace` added
  - api tag `claude_code_marketplace` removed
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-09-16** `7afc3544d64d` — 1 info
  - endpoint added
- **2026-09-15** `b408bdb637df` — 1 breaking
  - api path removed without deprecation
- **2026-09-12** `0915d6a9ba99` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/flock/apis/litellm-api/changes/claude-code/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/b694deb1e459?raw)
