Track, analyze, and debug API requests with comprehensive logging and activity history
Request logs capture every API call made to your mock endpoints, providing detailed information about:
Go to your project's overview page from the dashboard
Access the request logs section in the project navigation
See live updates as requests come in (auto-refreshes every 5 seconds)
Quickly access logs for any project:
https://mock-api-builder.com/logs?projectId=your-project-idEach log entry contains comprehensive information about the request:
View only specific types of requests:
Find requests by response status:
Select a specific time period:
Search for specific endpoints or patterns:
/api/users/api/*/commentsSelect any log entry to re-run it or compare it against another one, without leaving the Logs tab.
Replay Request opens that request with its headers and body pre-filled so you can tweak them and send it again — optionally several times in a row for a quick load test.
Compare Logs puts two log entries side by side with a colored diff of their request/response bodies, headers, and metadata.
Full guide: Request Replay & Diff Comparison →Track API usage over time:
Monitor API performance:
Identify problematic patterns:
Understand user behavior:
Download logs in JSON format for programmatic analysis:
GET /api/logs/export?projectId=xxx&format=json&from=...&to=...Download logs as CSV for spreadsheet analysis:
GET /api/logs/export?projectId=xxx&format=csv&from=...&to=...Apply the same filters used in the UI when exporting data
• Logs are kept for a rolling window rather than indefinitely — don't rely on them as permanent storage
• Export logs to JSON or CSV regularly if you need long-term retention
When a frontend developer reports "the API isn't working," check the logs to see:
Track how close clients are getting to rate limits:
Verify that your mock API behaves as expected:
Show stakeholders or clients how the API is being used: