getJobs
The API getJobs retrieves a list of all jobs currently on the server. If you supply the userId, the list is filtered to display only the jobs created by the specified user. Deprecated. See jobs.
Remarks
When you send an expression or function to the server for asynchronous or scheduled evaluation, the server immediately returns the results containing the jobId and status. Use the jobId to retrieve the job.
Note that the Administration Service API, the Expression Service API, and the Function Service API all contain getJobDetails functions that are identical. This design allows you to retrieve a job using only the API for that service.
An existing job can have a status of one of the following:
Deleted jobs are not considered existing jobs.
Example
The following link retrieves all jobs currently stored on the server sent by userId=rd:
http://servername:8080/SplusServer/api/v8/administration/getJobs?userId=rd
The job list returned in the browser displays only the jobs submitted by that user.
The following link retrieves all jobs currently stored on the server.
http://servername:8080/SplusServer/api/v8/administration/getJobs
If your server administrator has installed a style sheet, the results are returned in the browser window in the format specified by the style sheet. For example:

If your server administrator has not included the style sheet, the results of this request displays the top-level tag of the job, the SplusDataResult as SPXML. (if you do not see the SPXML, right-click your browser, and then click View Source).