---
title: "List a workspace plugins"
method: GET
path: "/v1/workspaces/{workspaceId}/plugins"
tags: ["Workspaces", "Read Only"]
---

# List a workspace plugins

`GET /v1/workspaces/{workspaceId}/plugins`

Lists every plugin a workspace owns, active and archived alike, ordered active-first. `archived` distinguishes the two kinds. Used by the workspace deletion dialog to block and explain when plugins remain (a workspace with plugins cannot be self-serve deleted).

## Path parameters

- `workspaceId` string, uuid, required

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
    - `next` string, uri, nullable, required
    - `prev` string, uri, nullable, required
  - `meta` object, required
    - `count` number, required
  - `data` object[], required
    - `id` string, uuid, required
    - `type` 'tile', required
    - `attributes` object, required
      - `name` string, required
      - `fullName` string, required
      - `isPrivate` boolean, required
      - `archived` boolean, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required

## Other responses

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

## Changes

- **2026-08-31** `a86955943354` — 1 info
  - endpoint added

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

---

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