Feature Request: Response History per Request
Zackyanto
In Postman, there is a Response History feature that allows users to view previous responses of the same request, including timestamp and status code. This is very useful for tracking changes, comparing responses, and reviewing previous test results without re-sending the request.
Currently in Apidog, only the latest response is available. It would be great if Apidog could add a Response History per request feature, even with a limited number of stored responses.
This would significantly improve the API testing workflow, especially for QA and backend developers.
N
Nichole Garcia
The Request History feature is now available in Apidog. For detailed information, please refer to the official documentation: https://docs.apidog.com/754600m0.
Zackyanto
Nichole Garcia What I mean is response history scoped to a single request, where each execution of the same request keeps its own past responses (timestamp, status code, body).
The current Request History aggregates all requests together, which makes it difficult to track changes or compare responses for one specific request over time.