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

# List active frontend plugins

`GET /v1/plugins/frontend`

Return frontend modules for plugins enabled on the given scope or its IN_SCOPE_OF ancestors. Requires read on the scope, not plugin.manage.

## Query parameters

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

## Response `200`

OK

- FrontendPlugin[]
  - `id` string, required
  - `version` string, required
  - `entrypoint` string, required
  - `module` string
  - `slots` PluginUISlot[], required

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `404` — The requested resource not found
- `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/frontend/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)
