pairing_status
Retrieve the WhatsApp device-pairing state: returns ready, awaiting QR, or error status for programmatic monitoring.
Instructions
Report the WhatsApp device-pairing state as a structured setup_state envelope for programmatic supervisors that surface the linking QR to their own clients (e.g. a polling daemon). Read-only; no side effects. Returns a JSON object {type:"setup_state", state, …} where state is ready (paired and connected; adds own_jid/own_phone), awaiting_qr (unpaired; adds qr_payload when a pairing code is cached), or error (pairing cache unavailable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||