{ "opencollection": "1.0.0", "info": { "name": "AWS Braket Devices QuantumTasks API", "version": "2019-09-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "QuantumTasks", "type": "folder" }, "items": [ { "info": { "name": "AWS Braket Create A Quantum Task", "type": "http" }, "http": { "method": "POST", "url": "https://braket.us-east-1.amazonaws.com/quantum-task", "body": { "type": "json", "data": "{}" } }, "docs": "Create a quantum task by submitting an action document (OpenQASM 3 program, ProgramSet, or AHS program) to be executed on a specified QPU or simulator device. Returns the ARN of the new task; result files are written to the S3 location supplied in outputS3Bucket and outputS3KeyPrefix.\n" }, { "info": { "name": "AWS Braket Get A Quantum Task", "type": "http" }, "http": { "method": "GET", "url": "https://braket.us-east-1.amazonaws.com/quantum-task/:quantumTaskArn", "params": [ { "name": "quantumTaskArn", "value": "", "type": "path" } ] }, "docs": "Retrieve the current state, device, shot count, and result location for a quantum task identified by its ARN.\n" }, { "info": { "name": "AWS Braket Cancel A Quantum Task", "type": "http" }, "http": { "method": "PUT", "url": "https://braket.us-east-1.amazonaws.com/quantum-task/:quantumTaskArn/cancel", "params": [ { "name": "quantumTaskArn", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Cancel a quantum task that has not yet completed. Tasks already running on a QPU may continue until the next coherent stopping point.\n" }, { "info": { "name": "AWS Braket Search Quantum Tasks", "type": "http" }, "http": { "method": "POST", "url": "https://braket.us-east-1.amazonaws.com/quantum-tasks", "body": { "type": "json", "data": "{}" } }, "docs": "Search the caller's quantum tasks. Filters include device ARN, status, creation time range, and tag values.\n" } ] } ], "bundled": true }