Skip to content

Request History

SendPad logs every executed request to a per-workspace JSONL file at <workspace>/.sendpad/history.jsonl. The history is never committed to git — the .sendpad/ folder is auto-gitignored.

Click the History tab in the sidebar. History is grouped by day and shows:

  • Method, URL, status code, response time, timestamp
  • Which environment was active

Click any entry to open a read-only view in the Results Panel — full headers and response body.

  • Search box — filter by URL, method, or status code substring
  • Status filter buttons — quickly show only 2xx (success) or 4xx/5xx (errors)
  • Group by day — entries are automatically grouped by date

Click Replay on any history entry to re-execute that exact request with the same resolved variable values. Replays are recorded as fresh entries tagged (replay) — they don’t replace the original.

In Settings → History:

SettingDefaultDescription
Enable historyonLog executed requests
Redact sensitive headersonMasks Authorization, Cookie, and common credential headers as [REDACTED]
Max entries500Trim history when exceeded (oldest entries removed)
Max body bytes200 KBTruncate large bodies in the log

The .sendpad/ folder contains:

  • history.jsonl — request log
  • .gitignore — auto-added to exclude everything

Nothing in .sendpad/ is ever committed. Delete the folder to wipe all history for a workspace.