---
title: "List plugins"
method: GET
path: "/workspaces/{ws_id}/plugins"
tags: ["Plugin"]
---

# List plugins

`GET /workspaces/{ws_id}/plugins`

## Query parameters

- `page_no` integer
- `page_size` integer
- `limit` integer
- `sort` 'id.desc' | 'id.asc'
- `after` string
- `before` string
- `name` string
- `enabled` boolean
- `created_at` union
  - object
    - `gt` integer
    - `gte` integer
    - `lt` integer
    - `lte` integer
  - integer
- `metadata` object
- `endpoint_id` string
- `source_id` string

## Response `200`

OK

- union
  - object
    - `total` integer — Total number of resources.
    - `data` object[] — List of resources
      - `id` string
      - `name` string
      - `enabled` boolean
      - `endpoint_id` string, nullable
      - `source_id` string, nullable
      - `config` object
      - `metadata` Metadata
      - `created_at` integer
      - `updated_at` integer
  - object
    - `next` string, nullable — URI to next page when available.
    - `prev` string, nullable — URI to previous page when available.
    - `data` object[] — List of resources
      - `id` string
      - `name` string
      - `enabled` boolean
      - `endpoint_id` string, nullable
      - `source_id` string, nullable
      - `config` object
      - `metadata` Metadata
      - `created_at` integer
      - `updated_at` integer

## Changes

> 44 revisions in range; 1 could not be searched.

- **2026-04-23** `615fab6a6d38` — 1 breaking, 3 warning, 13 info
  - added `subschema #1, subschema #2` to the response body `oneOf` list for the response status `200`
  - for the `query` request parameter `page_size`, the max was set to `1000.00`
  - for the `query` request parameter `page_no`, the min was set to `1.00`
  - for the `query` request parameter `page_size`, the min was set to `1.00`
  - …13 more
- **2025-11-17** `ac82b7ca7ad3` — 1 info
  - the `config` response's property default value `{}` was added for the status `200`
- **2025-07-29** `232f34fd9749` — 2 breaking, 4 info
  - the response property `allOf[subschema #2]/data/items/config` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/name` became optional for the status `200`
  - the response optional property `allOf[subschema #2]/data/items/created_at` became read-only for the status `200`
  - the response optional property `allOf[subschema #2]/data/items/updated_at` became read-only for the status `200`
  - …2 more
- **2025-07-04** `52cf706a43db` — 1 info
  - added the optional property `allOf[subschema #2]/data/items/metadata` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/webhookx-io/apis/webhookx-admin-api/changes/workspaces/:ws_id/plugins/get.md)

---

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