Skip to content

Commit

Permalink
Update monitor-job.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd committed Jul 11, 2024
1 parent e66158a commit 1a754b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/monitor-job.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Use the job instance to check the job status or retrieve the results by calling
<span id="retrieve-later"></span>
## Retrieve job results at a later time

Call `service.job(\<job\_id>)` to retrieve a job you previously submitted. If you don’t have the job ID, or if you want to retrieve multiple jobs at once; including jobs from retired systems, call `service.jobs()` with optional filters instead. See [QiskitRuntimeService.jobs](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.QiskitRuntimeService#jobs).
Call `service.job(\<job\_id>)` to retrieve a job you previously submitted. If you don’t have the job ID, or if you want to retrieve multiple jobs at once; including jobs from retired QPUs (quantum processing units), call `service.jobs()` with optional filters instead. See [QiskitRuntimeService.jobs](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.QiskitRuntimeService#jobs).

<Admonition type="note">
service.jobs() returns only Qiskit Runtime jobs. To retrieve other jobs, use [qiskit-ibm-provider](../api/qiskit-ibm-provider/qiskit_ibm_provider.IBMBackend#ibmbackend) instead.
Expand Down

0 comments on commit 1a754b2

Please sign in to comment.