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

# List plugins.

`GET /api/v1/plugins`

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Plugins listed successfully

- ApiResponsePaginatedResultPluginModel
  - `data` object
    - `items` object[], required
      - `allow_get_invocation` boolean — Whether to allow GET requests to invoke plugin logic
      - `config` object, nullable — User-defined configuration accessible to the plugin (must be a JSON object)
      - `emit_logs` boolean — Whether to include logs in the HTTP response
      - `emit_traces` boolean — Whether to include traces in the HTTP response
      - `forward_logs` boolean — Whether to forward plugin logs into the relayer's tracing output
      - `id` string, required — Plugin ID
      - `path` string, required — Plugin path
      - `raw_response` boolean — Whether to return raw plugin response without ApiResponse wrapper
      - `timeout` integer, required — Plugin timeout
    - `page` integer, required
    - `per_page` integer, required
    - `total` integer, required
  - `error` string
  - `metadata` PluginMetadata
    - `logs` LogEntry[], nullable
      - `level` 'log' | 'info' | 'error' | 'warn' | 'debug' | 'result', required
      - `message` string, required
    - `traces` unknown[], nullable
      - unknown
  - `pagination` PaginationMeta
    - `current_page` integer, required
    - `per_page` integer, required
    - `total_items` integer, required
  - `success` boolean, required

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal server error

## Changes

- **2026-01-13** `623b8b006d50` — 1 info
  - added the optional property `data/items/items/forward_logs` to the response with the `200` status
- **2026-01-12** `2a34ba35322e` — 1 info
  - endpoint added
- **2025-10-31** `5487da58bf15` — 1 breaking
  - api path removed without deprecation

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

---

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