-
Notifications
You must be signed in to change notification settings - Fork 0
History and Data
Ozkan Pakdil edited this page Dec 15, 2025
·
1 revision
Swaggerific can save request/response history per user so you can review past calls and results.
- Settings → Data
- Save request/response history (toggle)
- History retention (days)
- Files are stored under:
~/.swaggerific/history - On startup, entries older than your retention window are purged automatically.
- Request metadata (method, URL, headers, parameters)
- Request body (if present)
- Response metadata (status, headers)
- Response body (truncated if larger than “Max response size”)
- Increase or decrease retention days based on your needs.
- You can manually delete old files under the history folder; the app will continue working normally.
- History is local‑only. If you handle sensitive data, consider disabling history or redacting values in requests before sending.