Enneo

Cache

Get cache entries

GET /internal/cache/get/{key}

GET /internal/cache/get/{key}

Get cache entries.

  • If no key is provided (or key='all'), all cache items are returned.
  • If a key with wildcard characters (* or %) is provided, all keys matching the pattern are returned.
  • If a specific key is provided, only that cache item is returned.
  • Can filter results with q parameter to find entries where value contains the search string.

Path parameters

keystringpathrequired

The cache key to retrieve. Can contain wildcards (* or %) to match multiple keys.

Query parameters

qstringquery

Filter results to only include entries where the value contains this search string

Responses

200 — Successful operation

403 — Unauthorized

500 — Internal error