Get a Job's output
Retrieve a specific job's results by UUID.
Path parameters
The UUID of the job — this UUID is provided in the response on job creation.
Query parameters
Get sharpened results from debiasing. Off by default. Will generally return more accurate results if your expected output distribution has peaks.
Response
Successfully retrieved results for a job.
For multi-circuit jobs, the response is an object keyed by the UUID of each child circuit. When a child circuit has finished successfully, its value is the probability distribution for that circuit. When a child circuit has not yet completed (or did not complete successfully), its value is an object containing a status field describing the current state of that child circuit (e.g. submitted, ready, running, canceled, failed).
Changes
No recorded changes to this endpoint across all 1 revision of this API.