qiskit.providers.ibmq.IBMQBackendService.retrieve_job¶
-
IBMQBackendService.
retrieve_job
(job_id)[source]¶ Return a single job.
- Parameters
job_id (
str
) – The ID of the job to retrieve.- Return type
IBMQJob
- Returns
The job with the given id.
- Raises
IBMQBackendApiError – If an unexpected error occurred when retrieving the job.
IBMQBackendApiProtocolError – If unexpected return value received from the server.