GET
/
v1
/
app
/
project
/
{projectId}
/
interaction
/
{interactionId}
/
stream
{
  "block_id": "<string>",
  "delta": {
    "partial_json_obj": {},
    "partial_json": "<string>",
    "_meta": {}
  }
}

Path Parameters

projectId
string
required

The ID of the project containing the interaction

interactionId
string
required

The ID of the interaction to stream

Response

200 - application/json

Stream of MessageOutputEvent

block_id
string
required
delta
object
required