Information about a single job from the JobQueue.
| 
                     Parameter  | 
                
                     Type  | 
                
                     Count  | 
                
                     Description  | 
            
| 
                     id  | 
                
                     Integer  | 
                
                     1  | 
                
                     Job unique identifier  | 
            
| 
                     name  | 
                
                     String  | 
                
                     1  | 
                
                     Name of the job or its creating rule  | 
            
| 
                     queue  | 
                
                     String  | 
                
                     1  | 
                
                     Name of the job’s assigned Queue. A queue is a user defined and arbitrary context for the job  | 
            
| 
                     status  | 
                
                     String  | 
                
                     1  | 
                
                     Current job execution status. One of (Pending, Waiting Predecessor, Running, Completed, Failed, OK, Logically Failed, Timeout, Removed, Scheduled, Suspended)  | 
            
| 
                     priority  | 
                
                     String  | 
                
                     1  | 
                
                     Job’s execution priority. One of (Low, Normal, High, Urgent)  | 
            
| 
                     persistent  | 
                
                     Boolean  | 
                
                     1  | 
                
                     Indicates if the job is a one-time execution or the result of a recurring job  | 
            
| 
                     script  | 
                
                     String  | 
                
                     1  | 
                
                     URL to be used for execution  | 
            
| 
                     creationTime  | 
                
                     Date  | 
                
                     1  | 
                
                     ISO8061 formatted date and time  | 
            
| 
                     startTime  | 
                
                     Date  | 
                
                     1  | 
                
                     ISO8061 formatted date and time  | 
            
| 
                     endTime  | 
                
                     Date  | 
                
                     1  | 
                
                     ISO8061 formatted date and time  | 
            
Version: 1.3