Get jobs
get
                    /jobs
List all jobs, job details and status of each job. Job details includes the job IDs, status, the job created date and time stamp, etc. Use optional parameters to filter the job results
                Request
Supported Media Types
                - application/json
Query Parameters
                - 
                        count(optional): integer
                        
                        Maximum Value:200Get the number of last eventsDefault Value:100
- 
                        for(optional): string
                        
                        job created on a specific date
- 
                        from(optional): string
                        
                        job created on and after a specific date
- 
                        head(optional): integer
                        
                        Minimum Value:1Maximum Value:200Get the number of oldest jobs
- 
                        keyword(optional): string
                        
                        Keyword that job description contains
- 
                        status(optional): string
                        
                        job status
- 
                        tail(optional): integer
                        
                        Minimum Value:1Maximum Value:200Get the number of latest jobs
- 
                        to(optional): string
                        
                        job created on and before a specific date
Response
Supported Media Types
                - application/json
200 Response
OK
                
                
                    Root Schema : schema
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  ServiceJobReportSummary
            
            Job Request summary
Nested Schema : ServiceJobReportSummary
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectJob Request summary
    
    
    
    
        Show Source
        - 
            createTimestamp(optional): 
            string(date-time)
            
- 
            description(optional): 
            string
            
- 
            jobId(optional): 
            string
            
- 
            message(optional): 
            string
            
- 
            status(optional): 
            string
            Allowed Values:[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure" ]
Default Response
An unexpected error has occurred