Request Logs
Every request to a mockd endpoint is logged automatically and visible in real time.
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”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 Retention
Section titled “Log Retention”Log history depends on your plan:
| Plan | Retention |
|---|---|
| Free | 1 day |
| Pro | 3 days |
See Plans for full tier details.