v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141311165.4 KB

Creates a quantum task.

post/quantum-task

Request body

actionstring required

The action associated with the task.

clientTokenstring required

The client token associated with the request.

deviceArnstring required

The ARN of the device to run the task on.

deviceParametersstring

The parameters for the device to run the task on.

jobTokenstring

The token for an Amazon Braket job that associates it with the quantum task.

outputS3Bucketstring required

The S3 bucket to store task result files in.

outputS3KeyPrefixstring required

The key prefix for the location in the S3 bucket to store task results in.

shotsinteger required

The number of shots to use for the task.

tagsobject

Tags to be added to the quantum task you're creating.

Response

Success

quantumTaskArnstring required

The ARN of the task created by the request.