---
title: "Get the latest Plugin"
method: GET
path: "/v0/plugins/{name}"
---

# Get the latest Plugin

`GET /v0/plugins/{name}`

## Path parameters

- `name` string, required

## Query parameters

- `namespace` string — Namespace (internal; defaults to 'default').

## Response `200`

OK

- Plugin
  - `apiVersion` string, required
  - `kind` string, required
  - `metadata` ObjectMeta, required
    - `annotations` object
    - `createdAt` string, date-time
    - `deletionTimestamp` string, date-time
    - `labels` object
    - `name` string, required
    - `namespace` string
    - `tag` string
    - `uid` string
    - `updatedAt` string, date-time
  - `spec` PluginSpec, required
    - `description` string
    - `harnesses` string[], nullable
    - `iconUrl` string
    - `source` PluginSource
      - `git` PluginSourceGit
        - `repository` Repository, required
          - `branch` string
          - `commit` string
          - `subfolder` string
          - `url` string
      - `oci` PluginSourceOCI
        - `reference` string, required
      - `type` string, required
    - `title` string
  - `status` PluginStatus
    - `conditions` Condition[], nullable
      - `lastTransitionTime` string, date-time
      - `message` string
      - `reason` string
      - `status` string, required
      - `type` string, required
    - `details` unknown
    - `inventory` PluginInventory
      - `agents` string[], nullable
      - `commands` string[], nullable
      - `executables` string[], nullable
      - `hooks` PluginHook[], nullable
        - `event` string, required
        - `type` string
      - `mcpServers` string[], nullable
      - `skills` PluginSkill[], nullable
        - `description` string
        - `name` string, required
    - `manifest` PluginManifest
      - `$schema` string
      - `agents` PathOrPaths
        - `Values` string[], nullable, required
        - `WasArray` boolean, required
      - `author` PluginAuthor
        - `email` string
        - `name` string, required
        - `url` string
      - `channels` PluginChannel[], nullable
        - `displayName` string
        - `server` string, required
        - `userConfig` object
      - `commands` CommandsField
        - `Map` object, required
        - `Paths` PathOrPaths, required
          - `Values` string[], nullable, required
          - `WasArray` boolean, required
      - `defaultEnabled` boolean
      - `dependencies` PluginDependency[], nullable
        - `marketplace` string
        - `name` string
        - `version` string
      - `description` string
      - `displayName` string
      - `experimental` PluginExperimental
        - `monitors` MonitorsField
          - `Entries` MonitorEntry[], nullable, required
            - `command` string, required
            - `description` string, required
            - `name` string, required
            - `when` string
          - `Path` string, required
        - `themes` PathOrPaths
          - `Values` string[], nullable, required
          - `WasArray` boolean, required
      - `homepage` string
      - `hooks` HooksField
        - `Events` object, required
        - `Path` string, required
        - `Raw` unknown, required
      - `keywords` string[], nullable
      - `license` string
      - `lspServers` LSPServersField
        - `Path` string, required
        - `Raw` unknown, required
        - `Servers` object, required
      - `mcpServers` MCPServersField
        - `Path` string, required
        - `Raw` unknown, required
        - `Servers` object, required
      - `monitors` MonitorsField
        - `Entries` MonitorEntry[], nullable, required
          - `command` string, required
          - `description` string, required
          - `name` string, required
          - `when` string
        - `Path` string, required
      - `name` string, required
      - `outputStyles` PathOrPaths
        - `Values` string[], nullable, required
        - `WasArray` boolean, required
      - `repository` string
      - `settings` unknown
      - `skills` PathOrPaths
        - `Values` string[], nullable, required
        - `WasArray` boolean, required
      - `themes` PathOrPaths
        - `Values` string[], nullable, required
        - `WasArray` boolean, required
      - `userConfig` object
      - `version` string
    - `resolvedSource` PluginResolvedSource
      - `commit` string
      - `digest` string
      - `type` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/agentregistry-dev/apis/agentregistry.md) · [All operations](https://skmtc.net/agentregistry-dev/apis/agentregistry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentregistry-dev/agentregistry/revisions/6f729cacb3b7/schema)
