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 |
| App Status | Application-level status returned in the response body |
| 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
Three controls narrow the log.
By API Key
Use the API key dropdown to show requests from one key. Only keys within your access scope appear in the dropdown.
By Product
Filter to one endpoint with the single / proxy / browser selector. Useful when you want to debug browser-only failures separately from single requests.
By Limit
The activity log defaults to 50 entries. Use the limit selector to change how many entries are shown:
| Limit | Notes |
|---|---|
| 10 | Quick scan |
| 50 | Default |
| 100 | Extended view |
| 200 | Maximum |
All entries are 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