Request Logs give you a complete record of every API call your agent has made through ClawLink. Use this page to monitor activity, verify requests completed successfully, and debug failures.
What logs show
Each log entry represents a single API call. The logs page shows at a glance:
- Total Requests — the total number of calls recorded
- Success Rate — the percentage that succeeded
- Avg Latency — the average response time across all calls
The log table lists individual requests with all the detail you need to understand what happened.
Reading a log entry
Each row in the logs table contains the following fields:
| Field | Description |
|---|
| Integration | The service that was called (for example, gmail, slack, github) |
| Action | The specific operation that ran (for example, send_email, create_issue, list_customers) |
| Status | Whether the request succeeded or failed |
| Latency | How long the request took to complete, in milliseconds |
| Timestamp | When the request was made |
A green indicator means the request completed successfully. A red indicator means it returned an error.
Filtering logs
Use the filter controls at the top of the logs page to narrow down what you see:
- Search — type any text to filter by integration name or action
- Integration — select a specific service to see only its requests
- Action — filter by a specific operation
- Status — show only successful requests, only errors, or all requests
When you see errors
If a request shows an error status, check the following:
- Open the Integrations page and confirm the affected integration is still showing as Connected.
- If the integration shows Error, reconnect it by re-entering your credentials or completing the OAuth flow again.
- Check that your agent is calling a valid action for that integration.
Use the filters to isolate errors from a specific integration. If you see a sudden spike in failures from one service, it often means credentials have expired or the service had an outage.