> ## 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.

# Stream events

> Subscribe to live token events with Server-Sent Events.

Use this stream for status changes, QR updates, pairing, and receipt events.

<RequestExample>
  ```bash cURL theme={null}
  curl "https://api.wadial.com/api/v1/sessions/{sessionId}/events" \
    -H "Authorization: Bearer $WADIAL_API_KEY" \
    -H "Accept: text/event-stream"
  ```
</RequestExample>

Events include:

* `session.created`
* `session.deleted`
* `connection.state`
* `auth.qr`
* `auth.paired`
* `message.received`
* `message.sent`
* `message.receipt`
* `message.failed`
* `stanza.error`
* `stream.failure`
