Amazon Braket · Schema

Quantum Task

A quantum task submitted to an Amazon Braket device (QPU or simulator)

Quantum ComputingQuantum HardwareHybrid Quantum-ClassicalQPUQuantum SimulationAmazon Web ServicesResearchHPC

Properties

Name Type Description
quantumTaskArn string ARN of the quantum task
deviceArn string ARN of the quantum device the task is submitted to
shots integer Number of times the circuit is executed
outputS3Bucket string S3 bucket for task result output
outputS3KeyPrefix string S3 key prefix for task result output
status string Current status of the quantum task
failureReason string Reason for task failure if status is FAILED
createdAt string Timestamp when the task was created
endedAt string Timestamp when the task ended
tags object Metadata tags for the quantum task
View JSON Schema on GitHub

JSON Schema

braket-task-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-braket/main/json-schema/braket-task-schema.json",
  "title": "Quantum Task",
  "description": "A quantum task submitted to an Amazon Braket device (QPU or simulator)",
  "type": "object",
  "properties": {
    "quantumTaskArn": {
      "type": "string",
      "description": "ARN of the quantum task",
      "pattern": "^arn:aws[a-z\\-]*:braket:[a-z0-9\\-]+:[0-9]{12}:quantum-task/[a-z0-9\\-]+$"
    },
    "deviceArn": {
      "type": "string",
      "description": "ARN of the quantum device the task is submitted to"
    },
    "shots": {
      "type": "integer",
      "description": "Number of times the circuit is executed",
      "minimum": 1
    },
    "outputS3Bucket": {
      "type": "string",
      "description": "S3 bucket for task result output"
    },
    "outputS3KeyPrefix": {
      "type": "string",
      "description": "S3 key prefix for task result output"
    },
    "status": {
      "type": "string",
      "enum": ["CREATED", "QUEUED", "RUNNING", "COMPLETED", "FAILED", "CANCELLING", "CANCELLED"],
      "description": "Current status of the quantum task"
    },
    "failureReason": {
      "type": "string",
      "description": "Reason for task failure if status is FAILED"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the task was created"
    },
    "endedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the task ended"
    },
    "tags": {
      "type": "object",
      "description": "Metadata tags for the quantum task",
      "additionalProperties": {
        "type": "string"
      }
    }
  },
  "required": ["quantumTaskArn", "deviceArn", "shots", "outputS3Bucket", "status", "createdAt"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/braket-task"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.