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

単発実行ストリーム

一時実行を 1 回行い、AgentEvent を SSE でストリーミングします。

POST
/agent/run-once/stream

認証

bearerAuth
認証Bearer <token>

In: header

リクエスト本文

application/json

TypeScript 定義

TypeScript で request body 型を使用します。

レスポンス本文

text/event-stream

application/json

application/json

application/json

curl -X POST "https://example.com/agent/run-once/stream" \  -H "Content-Type: application/json" \  -d '{    "message": "string"  }'
"string"
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}