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

# Logs

> Inspect delivery attempts, failures, and OTP verification history.

Logs are available in the KarFlows dashboard and through API endpoints.

## SMS logs

```http theme={null}
GET /api/sms/logs?limit=50
```

## OTP logs

```http theme={null}
GET /api/sms/otp/logs?limit=50
```

## Unified logs

```http theme={null}
GET /api/omni/logs?limit=50
```

Unified logs record every attempted channel. This is important when fallback is enabled because the final success might be SMS even if WhatsApp was tried first.
