-
Notifications
You must be signed in to change notification settings - Fork 5
History
Thiago Miranda edited this page Jun 15, 2026
·
1 revision
Getman records every request you send, automatically. History lives in the HISTORY tab of the side menu.
- Automatic: every send (success or failure) is recorded — there's no "save to history" button.
- Newest first: the most recent request is at the top.
- De-duplicated: entries are deduped by method + URL + body. Sending the same request again moves it to the top rather than creating a duplicate. (Header-only differences don't dedupe.)
-
Templated: history stores the un-resolved request (
{{variables}}intact), so you can re-send a past request under a different Environments and Variables. - Bounded: the list is capped by the history limit Settings (default 100). Lowering the limit trims older entries.
- Open an entry: tap a row to open it in a new unlinked tab (a scratch copy — editing it won't change anything saved).
- Each row shows the URL, a colour-coded method badge, and (if captured) the status code.
A Settings, SAVE RESPONSE, controls whether response bodies are stored alongside history entries (off by default — only request metadata is kept). Very large bodies are capped on disk regardless.
History can be cleared from the app's data controls. (Writes to history happen only through the send pipeline — the list is read-only in the UI otherwise.)
- Keep requests permanently in Collections.
- Re-running under different setups: Environments and Variables.
Getman on GitHub · Releases · Live demo · Local-first HTTP client — no account, no cloud, no telemetry.
Start here
Core
Variables & automation
More features
- History
- Cookies
- Realtime WebSocket and SSE
- Code Generation
- Command Palette
- Keyboard Shortcuts
- Auto-Update
Configuration
Project