---
title: "List Plugin (scoped by ?namespace)"
method: GET
path: "/v0/plugins"
---

# List Plugin (scoped by ?namespace)

`GET /v0/plugins`

## Query parameters

- `namespace` string — Namespace (defaults to 'default'; 'all' lists across all namespaces).
- `limit` integer — Max items to return (default 50).
- `cursor` string — Opaque pagination cursor.
- `labels` string — Label selector: key=value,key2=value2.
- `tag` string — Restrict the result set to one tag value (tagged artifact kinds only).
- `latestOnly` boolean — Only return the literal latest tag per (namespace, name). Equivalent to tag=latest for tagged kinds.
- `includeTerminating` boolean — Include rows with a deletionTimestamp.

## Response `200`

OK

- ListOutputPluginBody
  - `items` Plugin[], nullable, required
    - `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
            - `credentialsRef` LocalSecretReference
              - …
            - `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
              - …
            - `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
  - `nextCursor` string

## Other responses

- `default` — Error

## Changes

> 53 revisions in range; 2 could not be searched.

- **2026-08-04** `efe6438524aa` — 1 info
  - added the optional property `items/items/spec/iconUrl` to the response with the `200` status
- **2026-07-01** `32b14abfd174` — 1 info
  - endpoint added
- **2026-03-02** `cd40eb4cf442` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentregistry-dev/apis/agentregistry/changes/v0/plugins/get.md)

---

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