A job is your quantum computational model to be is executed on a QPU session
List all jobs within a project or session
Retrieve information about all jobs within a given session.
query Parameters
tagsList jobs with these tags.
pagePage number.
page_sizeMaximum number of jobs to return per page.
order_bySort order of the returned jobs.
List all jobs within a project or session › Responses
total_countTotal number of jobs.
List of jobs.
Create a job
Create a job to be executed inside a QPU session.
Create a job › Request Body
nameName of the job.
session_idSession in which the job is executed.
Quantum circuit that should be executed.
tagsTags of the job.
max_durationMaximum duration of the job. (in seconds)
model_idComputation model ID to be executed by the job.
parametersExecution parameters for this job.
Create a job › Responses
idUnique ID of the job.
nameJob name.
tagsTags of the job.
session_idSession ID in which the job is executed.
created_atTime at which the job was created. (RFC 3339 format)
started_atTime at which the job was started. (RFC 3339 format)
updated_atTime at which the job was updated. (RFC 3339 format)
statusJob status.
progress_messageLast progress message, if the job has started.
job_durationDuration of the job, if the job is finished. (in seconds)
result_distributionResult of the job, if the job is finished.
model_idComputation model ID executed by the job.
parametersExecution parameters for this job.
Get job information
Retrieve information about the provided job ID, mainly used to get the current status.
path Parameters
job_idUnique ID of the job you want to get.
Get job information › Responses
idUnique ID of the job.
nameJob name.
tagsTags of the job.
session_idSession ID in which the job is executed.
created_atTime at which the job was created. (RFC 3339 format)
started_atTime at which the job was started. (RFC 3339 format)
updated_atTime at which the job was updated. (RFC 3339 format)
statusJob status.
progress_messageLast progress message, if the job has started.
job_durationDuration of the job, if the job is finished. (in seconds)
result_distributionResult of the job, if the job is finished.
model_idComputation model ID executed by the job.
parametersExecution parameters for this job.
Update job information
Update job information about the provided job ID.
path Parameters
job_idUnique ID of the job.
Update job information › Request Body
nameName of the job.
tagsTags of the job.
Update job information › Responses
idUnique ID of the job.
nameJob name.
tagsTags of the job.
session_idSession ID in which the job is executed.
created_atTime at which the job was created. (RFC 3339 format)
started_atTime at which the job was started. (RFC 3339 format)
updated_atTime at which the job was updated. (RFC 3339 format)
statusJob status.
progress_messageLast progress message, if the job has started.
job_durationDuration of the job, if the job is finished. (in seconds)
result_distributionResult of the job, if the job is finished.
model_idComputation model ID executed by the job.
parametersExecution parameters for this job.
Cancel a job
Cancel the job corresponding to the provided job ID.
path Parameters
job_idUnique ID of the job.
Cancel a job › Responses
idUnique ID of the job.
nameJob name.
tagsTags of the job.
session_idSession ID in which the job is executed.
created_atTime at which the job was created. (RFC 3339 format)
started_atTime at which the job was started. (RFC 3339 format)
updated_atTime at which the job was updated. (RFC 3339 format)
statusJob status.
progress_messageLast progress message, if the job has started.
job_durationDuration of the job, if the job is finished. (in seconds)
result_distributionResult of the job, if the job is finished.
model_idComputation model ID executed by the job.
parametersExecution parameters for this job.
Get a job circuit
List all results of a job
Retrieve all intermediate and final results of a job.
path Parameters
job_idID of the job.
query Parameters
pagePage number.
page_sizeMaximum number of results to return per page.
order_bySort order of the returned results.
List all results of a job › Responses
total_countTotal number of results.
List of results.