Depends what you are trying to do. There are a number of interfaces into the scheduler.
From PowerShell, you can use "Get-HpcJob" to get a list of jobs, and there are a variety of filters you can use. You can also use "Get-HpcJobHistory" to do a dump of the database for reporting purposes. From the command-line, you can do "job list" (again with filters) to get a list of jobs.
For programmatic access, we have a number of API's available; try downloading our SDK from the beta website (
http://connect.microsoft.com).
Thanks!
Josh
-Josh