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

# Logs Ws

> Operational log endpoint for realtime debugging and log telemetry.

Operational log endpoint for realtime debugging and log telemetry.

### Status codes

| Code  | Meaning                                 |
| ----- | --------------------------------------- |
| `101` | WebSocket upgrade to stream logs/events |
| `401` | Unauthorized                            |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://api.voice.stateset.com/api/v1/logs' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
