RG.GETRESULTS

  1. RG.GETRESULTS execution-id
  • execution-id: the exectuion id for which to return the results.Returns the results of the given execution id. Returns an error if the given execution does not exists or if the execution is still running.

Returns

The Execution Result or an error when:

  • the script is still running
  • if the script doesn't exist
  • the execution result is no longer available (see configuration, we keep by default the last 1000 results)