Postman Stream get response in console

I’m wondering if you could help with this one. After invoking stream request I would like to get a responses in console. My responses:

enter image description here

I’ve tried doing this

var jsonData = pm.responses.messages.all();
console.log(jsonData);

Unfortunately, I am getting “No logs yet”

Thanks for help very