---
title: "GET /quantum-task/{quantumTaskArn}"
method: GET
path: "/quantum-task/{quantumTaskArn}"
---

# GET /quantum-task/{quantumTaskArn}

`GET /quantum-task/{quantumTaskArn}`

Retrieves the specified quantum task.

## Path parameters

- `quantumTaskArn` string, required

## Response `200`

Success

- GetQuantumTaskResponse
  - `createdAt` string, date-time, required — The time at which the task was created.
  - `deviceArn` string, required — The ARN of the device the task was run on.
  - `deviceParameters` string, required — The parameters for the device on which the task ran.
  - `endedAt` string, date-time — The time at which the task ended.
  - `failureReason` string — The reason that a task failed.
  - `jobArn` string — The ARN of the Amazon Braket job associated with the quantum task.
  - `outputS3Bucket` string, required — The S3 bucket where task results are stored.
  - `outputS3Directory` string, required — The folder in the S3 bucket where task results are stored.
  - `quantumTaskArn` string, required — The ARN of the task.
  - `shots` integer, required — The number of shots used in the task.
  - `status` 'CREATED' | 'QUEUED' | 'RUNNING' | 'COMPLETED' | 'FAILED' | 'CANCELLING' | 'CANCELLED', required — The status of the task.
  - `tags` object — The tags that belong to this task.

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — InternalServiceException
- `484` — ValidationException

---

[API](https://skmtc.net/aws/apis/braket.md) · [All operations](https://skmtc.net/aws/apis/braket/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/braket/versions/016fc6a00b24/schema)
