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/*/commentsTrack 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 retained for 30 days
• Maximum 100,000 log entries per project
• Older logs are automatically deleted
• Export logs regularly for long-term storage
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: