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

# List plugins

`GET /v1/plugins`

Returns all plugins for the current binding

## Query parameters

- `limit` integer
- `offset` integer
- `binding_type` string

## Response `200`

OK

- SchemasOffsetPageSchemasPluginResponse
  - `items` SchemasPluginResponse[]
    - `binding` SchemasBindingResponse
      - `id` string
      - `type` 'static' | 'tenant' | 'project' | 'account'
    - `created_at` string
    - `created_by` string
    - `description` string
    - `health_status` string
    - `id` string
    - `name` string
    - `plugin_type` string
    - `retry` SchemasRetryConfigResponse
      - `backoff` string
      - `base_delay_ms` integer
      - `enabled` boolean
      - `max_attempts` integer
      - `retry_on` string[]
    - `status` 'inactive' | 'active'
    - `updated_at` string
    - `updated_by` string
    - `version` integer
    - `webhook_config` SchemasWebhookConfigResponse
      - `auth` SchemasWebhookAuthResponse
        - `ca_cert` string
        - `client_cert_configured` boolean
        - `client_key_configured` boolean
        - `token` SchemasSecretResponse
          - `binding` 'static' | 'tenant' | 'project' | 'account'
          - `editable` boolean
          - `exists` boolean
          - `value` string
        - `type` string
      - `endpoints` SchemasWebhookEndpointsResponse
        - `access` SchemasWebhookEndpointResponse
          - `cache_enabled` boolean
          - `cache_ttl_ms` integer
          - `timeout_ms` integer
          - `url` string
        - `post` SchemasWebhookEndpointResponse
          - `cache_enabled` boolean
          - `cache_ttl_ms` integer
          - `timeout_ms` integer
          - `url` string
        - `pre` SchemasWebhookEndpointResponse
          - `cache_enabled` boolean
          - `cache_ttl_ms` integer
          - `timeout_ms` integer
          - `url` string
      - `health_check_path` string
  - `limit` integer
  - `offset` integer
  - `page_count` integer
  - `total_count` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2026-02-18** `2a6c58164e9f` — 1 warning
  - removed the optional property `items/items/webhook_config/auth/token/hint` from the response with the `200` status
- **2026-02-06** `b0c6cc68de34` — 6 info
  - added the optional property `items/items/webhook_config/endpoints/access/cache_enabled` to the response with the `200` status
  - added the optional property `items/items/webhook_config/endpoints/access/cache_ttl_ms` to the response with the `200` status
  - added the optional property `items/items/webhook_config/endpoints/post/cache_enabled` to the response with the `200` status
  - added the optional property `items/items/webhook_config/endpoints/post/cache_ttl_ms` to the response with the `200` status
  - …2 more
- **2026-02-04** `d076f9130b9b` — 3 breaking, 6 info
  - the `items/items/webhook_config/endpoints/access` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - the `items/items/webhook_config/endpoints/post` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - the `items/items/webhook_config/endpoints/pre` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - added the optional property `items/items/webhook_config/endpoints/access/timeout_ms` to the response with the `200` status
  - …5 more
- **2026-01-17** `26fe911710c2` — 1 info
  - endpoint added

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

---

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