GET
/v1/sessions/{session_id}/storage/{plugin_id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
session_id*string
Current session identifier.
plugin_id*string
Plugin identifier.
Response Body
application/json
text/plain
text/plain
text/plain
curl -X GET "/api/v1/sessions/string/storage/string"[
{
"name": "string",
"size": 0
}
]"Session not found.""Read rate limit exceeded.""Storage backend failure."