> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wadial.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Usage and logs

> Inspect usage, request logs, and per-token activity.

Use these endpoints to debug integrations and track account usage.

## Usage summary

```http theme={null}
GET /api/v1/usage
Authorization: Bearer <api_key>
```

Returns active tokens, total tokens, messages this month, failed messages this month, API requests this month, and configured webhooks.

## Request logs

```http theme={null}
GET /api/v1/request-logs
Authorization: Bearer <api_key>
```

Returns recent API calls for the authenticated account with method, path, status, latency, request id, and timestamp.

## Token timeline

```http theme={null}
GET /api/v1/sessions/{sessionId}/timeline
Authorization: Bearer <api_key>
```

Returns stored token events such as pairing, connection changes, inbound messages, send results, receipts, and stream failures.
