Retrieves the metadata for a given job run.
glue_get_job_run(JobName, RunId, PredecessorsIncluded)
[required] Name of the job definition being run.
[required] The ID of the job run.
True if a list of predecessor runs should be returned.
svc$get_job_run( JobName = "string", RunId = "string", PredecessorsIncluded = TRUE|FALSE )