Activity Log
The Activity Log shows your most recent API requests in real time. Use it to debug individual requests, check response codes, and verify that your integration is working.
What You'll See
The log displays requests made within the last hour, with the most recent at the top. Each entry includes:
| Field | Description |
|---|---|
| Timestamp | When the request was made |
| Method | HTTP method sent to the target (GET, POST, etc.) |
| Route | Which FourA endpoint was used (single, proxy, or browser) |
| Domain | Target domain extracted from the request URL |
| Status | HTTP status code returned by the target |
| Outcome | Request classification (success, client_error, rate_limit, etc.) |
| Duration | Total response time in milliseconds |
| Bytes In | Request payload size |
| Bytes Out | Response payload size |
| Key Name | Which API key was used |
| Client IP | IP address that made the request |
Filtering
Use the API key dropdown to filter the log to requests from a specific key. Only keys within your access scope appear in the dropdown.
Log Size
The activity log shows up to 200 entries from the last hour. For historical data, use the Metrics section, which aggregates data over days and weeks.
Related
- Metrics and Analytics: Aggregated performance data over longer periods
- Troubleshooting: Common problems and solutions