In case someone else comes along curious about the same thing, because it wasn't intuitive to me, you can access the encoder count value by using:
Code:
hal_data['encoder'][index]['count']
Where index is the order they were initialized in. If you want to verify it's the correct pins you can check hal_data['encoder']['ASourceChannel'] and ['BSourceChannel']