API request history
Every send is logged automatically, so "what did I run five minutes ago, and what did it return" has an answer without you having to keep your own notes.
What it does
The history panel lists past sends with their HTTP method (color-coded the same way as the request builder), resulting status code, and a relative timestamp. Selecting an entry reopens it as a full request tab with its original configuration, so you can inspect or re-send it.
Use cases
- Finding the exact request that caused an error you noticed a few minutes later.
- Comparing the status codes of several recent sends against the same endpoint.
- Reopening and re-sending a request without rebuilding it from scratch.
Frequently asked questions
What does a history entry show?
The method (color-coded), status code, and how long ago it was sent, in a chronological list.
Can I reopen a past request?
Yes, selecting a history entry reopens it as a request tab with its original configuration.
Is history shared across devices?
History is stored locally by default. Cross-device sync depends on the optional account/cloud-sync feature.
Related: Response viewer