The sidebar label for this page is Usage. It gives you a complete record of every tool call your agent has made through ClawLink. Use it to monitor activity, verify requests completed successfully, export data, and debug failures.Documentation Index
Fetch the complete documentation index at: https://docs.claw-link.dev/llms.txt
Use this file to discover all available pages before exploring further.
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
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 |
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
Exporting logs
Use Export CSV to download the currently loaded rows for offline review or support handoff.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.
