English
cURL
curl --request GET \ --url https://{base_url}/v1/app/interaction/{interactionId}/stream
{ "block_id": "<string>", "delta": { "partial_json_obj": {}, "partial_json": "<string>", "_meta": {} } }
Stream events for a specific interaction by its ID within a project
The ID of the interaction to stream
Stream of MessageOutputEvent
Show child attributes