Jobs are tasks running on IonQ systems, usually containing a circuit to run on a QPU.
input
that tells the backend what to do—such as running a circuit.
job
options, see our API reference, or review one of our SDK guides for examples.
status
is represented in both the UI and in the API and will be one of the following values:
State | Description |
---|---|
ready | The job has been processed by the platform and is in queue |
running | The job is currently running on a backend |
completed | The job has finished running and results are available |
canceled | The job was canceled by the user before it was run |
failed | The job failed due to an error detailed in the response body |
list[]
as the input
, for example: