taikutaiku
User GuidePluginsAPI Reference
GET
/v1/sessions/{session_id}/user-kv/{plugin_id}

Available only when the server is built with the postgres feature.

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

text/plain

curl -X GET "https://example.com/v1/sessions/string/user-kv/string"
[  {    "key": "api_key",    "value": "sk_live_123"  },  {    "key": "workspace",    "value": {      "defaultRegion": "iad"    }  }]