Request Logging
Every request to a mockd endpoint is logged automatically. Logs are visible from the endpoint detail page.
What’s Logged
Section titled “What’s Logged”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
Viewing Logs
Section titled “Viewing Logs”Open any endpoint from your project dashboard. The Request Log section shows recent requests, newest first.
Real-Time Updates
Section titled “Real-Time Updates”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.