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"
}