Requests
HTTP request and response logs with method, path, status code, and latency.
Overview
The Requests page shows HTTP request/response logs captured by your application. Each request entry includes:
- Method and path — e.g., GET /api/users
- Status code — Color-coded (green for 2xx, amber for 4xx, red for 5xx)
- Latency — Response time
- Service — Which service handled the request
- Timestamp
Click a request to view full details including headers, request/response body, and any associated errors.
Request logging must be enabled in your plan and configured in your SDK.