ibm-quantum · Arazzo Workflow
IBM Quantum Job Results and Logs
Version 1.0.0
Poll a job to completion, then retrieve both its result payload and its execution logs.
Provider
Workflows
job-results-and-logs
Poll a job to a terminal state, then collect its results and logs.
Polls a job until it terminates and, on success, fetches the result payload and the execution logs.
1
pollJob
get_job
Read the job and loop until it reaches a terminal status. A Completed status routes to the result fetch; Queued or Running loops back.
2
fetchResults
get_job_results_jid
Retrieve the completed job's final result payload.
3
fetchLogs
get_jog_logs_jid
Retrieve the plain-text execution logs for the job to accompany the results.