ApiSdk proxy
Sdk Cache Get
Read from cache. Keys are auto-namespaced by ``user_id`` and ``skill_id`` (extracted from the API key description) to prevent cross-tenant leakage.
Authorization
User API Key AuthorizationBearer <token>
User API key (mgw_usr_live_* or mgw_usr_test_*)
In: header
Path Parameters
key*string
Cookie Parameters
access_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/sdk/cache/string"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}