Cancel a job by its QRN.
The job QRN to cancel
Cancel response
Delete a single job by its QRN.
The job QRN to delete
Delete response
Delete multiple jobs by their QRNs.
Array of job QRNs to delete
Delete response with lists of deleted and failed jobs
Get the program/circuit data for a job.
The job QRN to get program for
Program data with format and circuit string
Get the result of a completed job.
The job QRN to get results for
Job result with status, cost, timestamps, and result data
Get jobs from the V1 API.
Optionalparams: JobQueryParamsV1Optional query parameters to filter jobs
Array of PlatformJob objects
Get the status list of all jobs.
Job status response with counts of jobs in various statuses
Base qBraid client for interacting with qBraid Cloud Services (V1 API). This client requires a QbraidSessionV1 to be provided.