qiskit.providers.ibmq.IBMQBackend.retrieve_job¶
- IBMQBackend.retrieve_job(job_id)[Quellcode]¶
Return a single job submitted to this backend.
- Parameter
job_id (
str
) – The ID of the job to retrieve.- Rückgabetyp
- Rückgabe
The job with the given ID.
- Verursacht
IBMQBackendError – If job retrieval failed.