Get cache entries.
curl --request GET \
--url https://demo.enneo.ai/api/mind/internal/cache/get/{key}
{}
Cookie-based authentication
The cache key to retrieve. Can contain wildcards (* or %) to match multiple keys.
Filter results to only include entries where the value contains this search string
Successful operation
Map of cache keys to their values
curl --request GET \
--url https://demo.enneo.ai/api/mind/internal/cache/get/{key}
{}