To see all the jobs in the queue use
$ showq
Individual job status can be queried using the checkjob command, followed by the JobID:
$ squeue -j [JOB-ID]
Jobs can be cancelled with the canceljob command
$ scancel [JOB-ID]
Again, these commands have many options, which can be read about on their man pages.