Skip to content

Request Logging

Every request to a mockd endpoint is logged automatically. Logs are visible from the endpoint detail page.

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.

Request logs update in real time via WebSocket. When a new request hits your endpoint, it appears in the log immediately — no need to refresh. See WebSocket Updates for details.