qiskit.providers.ibmq.IBMQBackend.retrieve_job¶
- IBMQBackend.retrieve_job(job_id)[source]¶
Return a single job submitted to this backend.
- Parameters
job_id (
str
) -- The ID of the job to retrieve.- Return type
- Returns
The job with the given ID.
- Raises
IBMQBackendError -- If job retrieval failed.