---
title: "List plugins"
method: GET
path: "/api/v1/plugins"
tags: ["Plugins"]
---

# List plugins

`GET /api/v1/plugins`

## Query parameters

- `pluginType` integer
- `uninstalled` boolean
- `start` integer
- `count` integer
- `sort` string

## Response `200`

successful operation

- PluginResponse
  - `data` Plugin[]
    - `createdAt` string, date-time
    - `description` string
    - `enabled` boolean
    - `homepage` string, url
    - `latestVersion` string
    - `name` string
    - `peertubeEngine` string
    - `settings` object
    - `type` 1 | 2 — - `1`: PLUGIN - `2`: THEME
    - `uninstalled` boolean
    - `updatedAt` string, date-time
    - `version` string
  - `total` integer

---

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