Skip to content

Request Logs

Every request to a mockd endpoint is logged automatically and visible in real time.

Each log entry captures:

  • Timestamp — when the request was received
  • Method & Path — the HTTP method and URL
  • Headers — all request headers
  • Query Parameters — parsed query string
  • Body — request body (if present)
  • Response — the status code and body that was returned

Open any endpoint from your project dashboard. The Request Log section shows recent requests, newest first.

Logs update instantly via WebSocket — when a request hits your endpoint, it appears in the log with no page refresh needed. The WebSocket connection opens automatically when you view an endpoint and closes when you navigate away.

Updates are scoped to your project, so you only see requests relevant to what you’re working on.

Log history depends on your plan:

PlanRetention
Free1 day
Pro3 days

See Plans for full tier details.