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:
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