Hi cimmroth,
Yes, the "qbjobs" command has a "-l" (that's a lower case "L") option that
shows you information of jobs in a "long" format.
In most cases, you'd want to also specify jobIDs when using the "-l" option, as in:
qbjobs -l 1234
Another approach would be to write your own command line tool in perl, python,
or C++ using the Qube API. Examples are found in your $QBDIR/examples/ folder.
See the Development.PDF doc also for more details on writing your own Qube tools.