| q | Array.<string> | <optional> 
 |  | Comma separated keywords used for full-text search | 
    
        
            
                | actuableProperty | Array.<string> | <optional> 
 |  | Comma separated list of actuable property URIs to filter command streams | 
    
        
            
                | select | Array.<string> | <optional> 
 |  | Comma separated list of properties to include or exclude from results (use "!" prefix to exclude) | 
    
        
            
                | format | string | <optional> 
 | 'application/json' | Mime type designating the format to use to encode the response. | 
    
        
            
                | issueTime | string | <optional> 
 |  | ISO 8601 time range to filter commands on their issue time. When this parameter is omitted,
no filtering on "issueTime" is applied. | 
    
        
            
                | executionTime | string | <optional> 
 |  | ISO 8601 time range to filter commands on their execution time.
When this parameter is omitted, no filtering on "executionTime" is applied | 
    
        
            
                | reportTime | string | <optional> 
 |  | ISO 8601 time range to filter status messages on their report time. When this parameter is omitted,
no filtering on "reportTime" is applied. | 
    
        
            
                | statusCode | Array.<string> | <optional> 
 |  | Comma separated list of status codes: PENDING, ACCEPTED, REJECTED, SCHEDULED, UPDATED, CANCELED, EXECUTING, FAILED, COMPLETED |