Get cache entries
Cache
Get cache entries
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.
GET
Get cache entries
Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT-based authentication
Path Parameters
The cache key to retrieve. Can contain wildcards (* or %) to match multiple keys.
Query Parameters
Filter results to only include entries where the value contains this search string
Response
Successful operation
Map of cache keys to their values