Zum Hauptinhalt springen
GET
/
internal
/
cache
/
get
/
{key}
Get cache entries
curl --request GET \
  --url https://demo.enneo.ai/api/mind/internal/cache/get/{key} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT-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

Successful operation

Map of cache keys to their values