Get job details

If you want to know more information about a specific job, you can send a jobs request, specifying jobID, userID, status, or a combination of these resources. To send a request for a specific job, you must have the job identifier (the jobId).

For example, the following URL

http://servername:port/service_name/api/v8/jobs/120

retrieves extensive details about job 120, represented as an XML structure, which includes the job status, its text output, and the code that was run to produce the results.

The following examples demonstrate using other resources, and combining resources to get more refined results. For more information, see the URL API web help, available from the Spotfire Statistics Services landing page.

http://servername:port/service_name/api/v8/jobs/users/jdoe
http://servername:port/service_name/api/v8/jobs/statuses/2
http://servername:port/service_name/api/v8/jobs/users/jdoe/statuses/2