---
title: "List installed plugins"
method: GET
path: "/v1/plugins"
tags: ["Plugin"]
---

# List installed plugins

`GET /v1/plugins`

List installed plugins. Without a scope this requires plugin.install (instance catalog). With scope_id and scope_type it requires plugin.manage on that scope and includes the scoped enabled flag.

## Query parameters

- `scope_id` string
- `scope_type` 'Assignment' | 'Attachment' | 'Comment' | 'Document' | 'Issue' | 'IssueRelation' | 'Label' | 'Namespace' | 'Notification' | 'Organization' | 'Permission' | 'Project' | 'ResourceType' | 'Role' | 'Team' | 'Todo' | 'User' | 'UserToken' | 'Folder' | 'Installation' | 'CustomFieldDefinition' | 'Extension'

## Response `200`

OK

- Plugin[]
  - `id` string, required — Installation row ID.
  - `plugin_id` string, required — Reverse-domain plugin identifier.
  - `name` string, required
  - `version` string, required
  - `status` 'unknown' | 'installed' | 'starting' | 'active' | 'disabling' | 'disabled' | 'failed', required — Lifecycle state of a plugin installation or runtime instance.
  - `capabilities` PluginCapability[], required
  - `slots` PluginUISlot[], required
  - `error` string — Last runtime error, if the plugin failed to start.
  - `enabled` boolean, nullable — Scoped activation when listing for a manage scope.
  - `config` object — Per-activation config when listing for a manage scope.
  - `config_schema` PluginConfigField[]
    - `name` string, required
    - `type` 'string' | 'integer' | 'boolean' | 'graph_binding', required — Closed activation config field type.
    - `foreign` string — Foreign graph alias when type is graph_binding.
    - `required` boolean
  - `graph` PluginGraphSummary — Local kinds and foreign aliases from the plugin manifest.
    - `nodes` PluginGraphKindSummary[]
      - `kind` string, required
      - `parent` string, required
      - `properties` PluginGraphPropertySummary[]
        - `name` string, required
        - `type` string, required
        - `required` boolean
    - `foreign` PluginGraphForeignSummary[]
      - `name` string, required
      - `parent` string, required
      - `properties` PluginGraphPropertySummary[]
        - `name` string, required
        - `type` string, required
        - `required` boolean
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2026-09-03** `6c0b21e4101e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/opcotech/apis/elemo-api/changes/v1/plugins/get.md)

---

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