Retrieve results from job ID

What is the syntax to retrieve job results for a specific job ID?

Thanks for the question @epelofske .

If you have a Connection, which can be individually created or found as an attribute of a 'Remote Engine`, you can use its ‘get_job’ method.

connection = Connection(token="abc")
job = connection.get_job(known_job_id)