Reputation: 20473
In the left panel shows the History tab, which I can view previous requests I've made. When I click any of the previous requests, it displays the URL and key-values used, but doesn't show the response.
Is there a way to view the old response?
Upvotes: 32
Views: 42931
Reputation: 81
Postman (v10.21)
toggling this on would allow for future requests to be saved automatically. Sadly older requests would only show the status code without the body of the request. unless you manually saved it
Upvotes: 3
Reputation: 3718
Yes, there is a way to show previous responses but not via History tab.
What you should do is:
Update:
In recent updates Postman added possibility to view saved responses from History tab:
Upvotes: 32
Reputation: 406
In the latest app, v6.5.2, you can now toggle the Save Responses
options in the History
tab in the left sidebar. Once turned on, clicking on a request in the history would also show the response that was received for that request.
Note that only requests sent after the toggle was turned on would have the saved responses.
Upvotes: 37
Reputation: 179
There is an option in postman 6.5.2 in history tab. But it's unclear how to view such response.
Upvotes: 6