---
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

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/cd946846d9d5/schema)
