How can I fetch current login user using Retrofit in Android?

Can anyone help me on how can I fetch data of only current login user using Retrofit?

For web development I do it like this

 "SELECT * FROM job_register WHERE job_assign ='{$_SESSION['username']}' AND  job_status = '' "

How can I implement this using Retrofit in Android?