dont know about the handle, but I played with this
Code:
alias statwin {
  var %i = 1, %con = $scon(0)
  while ( %i <= %con ) {
    scid -s $scon(%i).cid echo -a Connection ID $scon(%i).cid $!network
    inc %i
  }
}