Get a command
  GET /api/v3/organizations/{organisation}/environments/{environment}/commands/{command}    
 GET
 /api/v3/organizations/{organisation}/environments/{environment}/commands/{command}
 Authorizations
Parameters
Path Parameters
 organisation 
 required
   string
The organisation ID
 environment 
 required
   string
The environment ID
 command 
 required
   string
The command ID
Responses
200
The command
object
 runId    
 string
  runType    
 string
  command    
 string
  status    
 string
  startTime    
 string
  endTime    
 string
  exitCode    
 integer
  output    
 Array<string>
  scheduleName    
 string
  targetContainerName    
 string
 