---
title: "Get Plugin"
method: GET
path: "/claude-code/plugins/{plugin_name}"
tags: ["claude_code_marketplace"]
---

# Get Plugin

`GET /claude-code/plugins/{plugin_name}`

Get details of a specific plugin.

Parameters:
    - plugin_name: The name of the plugin

Returns:
    Plugin details including source and metadata.

## Path parameters

- `plugin_name` string, required

## Response `200`

Successful Response

- unknown

## 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/:plugin_name/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/731afbea6a1b?raw)
