GET
/
internal
/
cache
/
get
/
{key}
curl --request GET \
  --url https://demo.enneo.ai/api/mind/internal/cache/get/{key}
{}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

key
string
required

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

Query Parameters

q
string

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

Response

200
application/json
Successful operation

Map of cache keys to their values