History for request and response

When I use functions to generate data, such as UUID and similar later I need to know this identifier to search logs. In postman there is a tab logs for this. Is it possible to add similar functionality to view the history of the request and response to it?
Are you referring to the Postman History pane?
Usually, you would use Request Chaining for this, to automatically extract a value from a response for use in other requests.
Currently, each request has the ability to navigate the response history for that specific request. I’m also considering adding a global response history view like Postman, but I haven’t seen a good use case for it yet that can’t be solved in a better way.
its named “Console” in Postman, all info like HTTP structure
info about request and response. final sended request most important
Just going through old issues. There’s a per-request history that may work for you. I’m considering adding a global request history pane as well, in the future.