Skip to content

History and Data

Ozkan Pakdil edited this page Dec 15, 2025 · 1 revision

History & Data Storage

Swaggerific can save request/response history per user so you can review past calls and results.

Enable history

  • Settings → Data
    • Save request/response history (toggle)
    • History retention (days)

Storage location

  • Files are stored under: ~/.swaggerific/history
  • On startup, entries older than your retention window are purged automatically.

What’s stored

  • Request metadata (method, URL, headers, parameters)
  • Request body (if present)
  • Response metadata (status, headers)
  • Response body (truncated if larger than “Max response size”)

Managing space

  • 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.

Privacy note

  • History is local‑only. If you handle sensitive data, consider disabling history or redacting values in requests before sending.

Clone this wiki locally