Jobs are submitted by users of a Project and contain an input that tells the backend what to do—such as running a circuit.
Submitting Jobs
Jobs are submitted to our platform through an SDK or via API. Jobs contain a circuit to be run, specify a backend to run it on, and any other relevant options.
For a complete reference to the available job options, see our API reference, or review one of our SDK guides for examples.
Job Status
As jobs move through our system they go through a series of states. This status is represented in both the UI and in the API and will be one of the following values:
Multi-circuit Jobs
To pass multiple circuits within a single job, submit them inside of a list[] as the input, for example:
Note that not all SDKs support multi-circuit job submission. Please refer to the official documentation for that SDK for current functionality.