This tool is used to get the job results and status of the execution.
For the jobs when circuit(s) executed on QPU or simulator, run jobs, the result is stored
in quantum_results field of the job. The results could be a list of bitstrings or
one or more numeric value if job was executed with observable(s).
For the job types different from run (state compression, data loading, analytics, etc)
the results could be a generated circuit, numeric value like quality or fidelity,
loss history, optimal parameter, etc.
Args: job_id: The ID of the job to retrieve results for. user (UserModel): User authenticated with api key.
Successful Response
Base Job model with the context for AI/MCP endpoints.
Class for job status.
Submitted, Initializing, Queued, Validating, Running, Cancelled, Done, Error Class for job types.
User local job, Analytics, Device specific analytics, Data Loading, Run, State Compression, Transpilation, Variational, Pretraining, SKQD