---
title: "Get all locks added in cache"
method: GET
path: "/v1/kong-admin/lock-cache"
tags: ["Kong Admin Controller"]
---

# Get all locks added in cache

`GET /v1/kong-admin/lock-cache`

Retrieves all locks added to cache

## Response `200`

Retrieved successfully

- 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

## Other responses

- `404` — 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)
