taikutaiku
User GuidePluginsAPI Reference
GET/v1/sessions/{session_id}/storage/{plugin_id}/{filename}

Returns the raw stored bytes. The actual Content-Type header is inferred from the filename extension at runtime, but this reference shows the payload generically as binary to keep the docs stable.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

session_id*string

Current session identifier.

plugin_id*string

Plugin identifier.

filename*string

Validated storage filename.

Response Body

application/octet-stream

text/plain

text/plain

text/plain

text/plain

curl -X GET "/api/v1/sessions/string/storage/string/string"
"string"
"Invalid filename."

"Session not found"

"Read rate limit exceeded."
"Storage backend failure."