Get Local Job By Hash
API Reference
Get Local Job By Hash
Get local job by HASH endpoint.
Args: experiment_id (str): The parent experiment ID. job_id (str): ID of the job. user (User): User authenticated with api key.
Returns: LocalJobModel: Job object.
GET
Get Local Job By Hash
Authorizations
Response
Successful Response
Local user-run Job (regular Qiskit job).
Flow:
* user run normal Qiskit job
* they use haiqu.log(<job|result>) to send it to Haiqu cloud for analysis.
Qiskit and IBM runtime has several types of jobs and types of results. We do our best to analyze them all.
Class for job status.
Available options:
Submitted, Initializing, Queued, Validating, Running, Cancelled, Done, Error Class for job types.
Available options:
User local job, Analytics, Device specific analytics, Data Loading, Run, State Compression, Transpilation, Variational, Pretraining, SKQD