IBMBackendService.retrieve_job#

IBMBackendService.retrieve_job(job_id)[source]#

Return a single job.

Parameters:

job_id (str) – The ID of the job to retrieve.

Return type:

IBMJob

Returns:

The job with the given id.

Raises:
  • IBMBackendApiError – If an unexpected error occurred when retrieving the job.

  • IBMBackendApiProtocolError – If unexpected return value received from the server.

  • IBMJobNotFoundError – If job cannot be found.

  • IBMInputValueError – If job exists but was run from a different service.