Get Job Reports

Is it possible to get the JobReports of a given job ID using the Deadline commandline?

What am I trying to do:

  • I want to run a script that scans the jobs rendered within the last 24 hours
  • Loop through each Job Reports and determine if an event plugin was executed or not

We are trying to debug jobs that are not executing custom event plugins, and this would help us debug the queue.

Thanks

Is there a specific reason why you can’t execute a Python script via the deadlinecommand to do this work?

About your actual question: not sure. But it would be reasonably trivial with a Python script

deadlinecommand[.exe] -ExecuteScriptNoGui <scriptPath>