---
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.
  - `plugins` PluginListItem[], required
    - `id` string, required
    - `name` string, required
    - `version` string, nullable, required
    - `description` string, nullable, required
    - `source` object, required
    - `author` PluginAuthor — Plugin author information.
      - `name` string, required — Author name
      - `email` string, nullable — Author email
    - `homepage` string, nullable
    - `keywords` string[], nullable
    - `category` string, nullable
    - `enabled` boolean, required
    - `created_at` string, nullable, required
    - `updated_at` string, nullable, required
  - `count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/1e929292ddd5/schema)
