SNA
エンドポイントリファレンス

エージェントイベント SSE ストリーム

セッションの AgentEvent を Server-Sent Events でストリーミングします。

GET
/agent/events

認証

bearerAuth
認証Bearer <token>

In: header

クエリパラメータ

session?string

Session id (defaults to 'default').

since?string

Cursor to resume from. Omit to start at the current head.

レスポンス本文

text/event-stream

application/json

application/json

curl -X GET "https://example.com/agent/events"
"string"
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}