---
title: "Return all plugins."
method: GET
path: "/plugin"
tags: ["plugin"]
---

# Return all plugins.

`GET /plugin`

## Response `200`

Ok

- PluginConf[]
  - `author` string — The author of the plugin.
  - `capabilities` string[], required — Capabilities the plugin provides
  - `createdAt` string, date-time, required — The date the plugin was created.
  - `enabled` boolean, required — Whether the plugin instance is enabled.
  - `id` integer, required — The plugin id.
  - `license` string — The license of the plugin.
  - `modulePath` string, required — The module path of the plugin.
  - `name` string, required — The plugin name.
  - `token` string, required — The user name. For login.
  - `website` string — The website of the plugin.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/gotify/apis/gotify-rest-api.md) · [All operations](https://skmtc.net/gotify/apis/gotify-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gotify/gotify-rest-api/revisions/7b32fcdb1345/schema)
