---
title: "Get service plugins"
method: GET
path: "/v1/kong-admin/services/{serviceId}/plugins"
tags: ["Kong Admin Controller"]
---

# Get service plugins

`GET /v1/kong-admin/services/{serviceId}/plugins`

Retrieves all plugins for a specific service

## Path parameters

- `serviceId` string, required

## Response `200`

Plugins retrieved successfully

- ServicePluginListResponse
  - `data` Plugin[]
    - `id` string
    - `name` string
    - `route` object
    - `service` object
    - `consumer` object
    - `config` JWTPluginConfig
      - `anonymous` object
      - `secret_is_base64` boolean
      - `uri_param_names` string[]
      - `cookie_names` object[]
      - `header_names` string[]
      - `claims_to_verify` string[]
      - `maximum_expiration` integer
      - `key_claim_name` string
      - `run_on_preflight` boolean
    - `protocols` string[]
    - `enabled` boolean
    - `tags` string[]
    - `created_at` integer
  - `next` string
  - `offset` string

## Other responses

- `404` — Service not found
- `500` — Internal server error

---

[API](https://skmtc.dev/floik/apis/floik-authentication-server.md) · [All operations](https://skmtc.dev/floik/apis/floik-authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/floik/floik-authentication-server/revisions/2b2a5dad2f5e/schema)
