Get information about the job

Return a JSON representation of the job

Request

GET https://{hostname}:{port}
  /build/rest2/jobs/{id}
Table 1. URL parameters
Parameter Type Required Description
id string true The identifier to use when looking up a job. This can be the name or ID of the job
This command takes a JSON request string or file. Use the following template for the request:
{
  "active": "The ID of the project that contains the job",
  "description": "The job description",
  "id": "The ID of the job",
  "location": "The URL that can be used to get the JSON 
  representation of the job",
  "name": "The name of the job"
}