If you are using Postman’s mock server, you may realize that searching their logs to verify your test becomes hard. To help with this, you can use Postman API collection. Look for /mocks/:mockId/call-logs.
Important notes:
- Use
sortvalueservedAtanddirectionvaluedescin query params to sort by that key and sorting order - Use
includevaluerequest.bodyin query params to include the request body in the result (it’s not included by default) - Replace
:mockIdin the path params with your mock server id, which you can found from the mock server url (e.g.,https://[mock-server-id-here].mock.pstmn.io)