16. Monitoring with Logs

Alex notices slow responses and wants to investigate API traffic.

The Logs page gives you real-time visibility into every API request hitting your project. Use it to debug issues, monitor traffic, and understand usage patterns.

Stats cards

At the top of the page, you'll see summary statistics: total requests, average response time, error rate, and requests by status code.

Request log table

Below the stats, a detailed table lists every request with:

  • Timestamp
  • HTTP method and path
  • Status code (color-coded: green for 2xx, yellow for 4xx, red for 5xx)
  • Response time in milliseconds
  • Client IP and user agent

Filtering

Use the filter controls to narrow results by HTTP method, status code range, path pattern, or time window. This makes it easy to isolate specific issues — for example, show only 5xx errors on the /api/v1/db/clients endpoint.