FruxonDocs
ApiFruxon channel

Streams captured replies and blocked-send notices for the session.

Server-Sent Events, fanned out cross-instance via the delivery change bus. Each frame is a `reply` (the agent's captured answer) or a `blocked` notice (a real send the sandbox refused).

GET
/v1/tenants/{tenant}/fruxon/sessions/{session}/stream
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

session*string

The session id to stream.

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/fruxon/sessions/string/stream"
{
  "tenantId": "00000000-0000-0000-0000-000000000000",
  "sessionId": "string",
  "kind": "REPLY",
  "text": "string",
  "target": "string",
  "at": 0
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}