AzureQuantumJob

Azure Quantum Workspace Job resource as exposed by the data-plane Jobs API (preview 2026-01-15-preview).

QuantumQuantum ComputingAzureMicrosoftQ#QDKResource EstimationIonQQuantinuumPasqalRigettiHybrid QuantumFault Tolerance

Properties

Name Type Description
id string Job identifier (GUID assigned by the workspace).
name string Friendly job name.
providerId string Provider id (e.g. 'ionq', 'quantinuum', 'pasqal', 'rigetti', 'microsoft').
target string Provider target name (e.g. 'ionq.qpu.aria-1', 'quantinuum.qpu.h2-1', 'pasqal.qpu.fresnel', 'rigetti.qpu.cepheus-1-108q').
inputDataFormat string MIME or named format of input payload (e.g. 'qir.v1', 'ionq.circuit.v1', 'quantinuum.openqasm.v1').
outputDataFormat string
inputParams object Provider-specific input parameters (shot count, error mitigation, target seed).
metadata object
tags array
sessionId string Optional session id when the job runs inside a hybrid session.
containerUri string SAS URI to the workspace storage container holding job input.
inputDataUri string
outputDataUri string
beginExecutionTime string
creationTime string
endExecutionTime string
cancellationTime string
errorData object
status string
jobType string
costEstimate object
View JSON Schema on GitHub

JSON Schema

azure-quantum-job-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/microsoft-quantum/main/json-schema/azure-quantum-job-schema.json",
  "title": "AzureQuantumJob",
  "description": "Azure Quantum Workspace Job resource as exposed by the data-plane Jobs API (preview 2026-01-15-preview).",
  "type": "object",
  "required": ["id", "name", "providerId", "target", "inputDataFormat", "containerUri"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Job identifier (GUID assigned by the workspace)."
    },
    "name": {
      "type": "string",
      "description": "Friendly job name."
    },
    "providerId": {
      "type": "string",
      "description": "Provider id (e.g. 'ionq', 'quantinuum', 'pasqal', 'rigetti', 'microsoft')."
    },
    "target": {
      "type": "string",
      "description": "Provider target name (e.g. 'ionq.qpu.aria-1', 'quantinuum.qpu.h2-1', 'pasqal.qpu.fresnel', 'rigetti.qpu.cepheus-1-108q')."
    },
    "inputDataFormat": {
      "type": "string",
      "description": "MIME or named format of input payload (e.g. 'qir.v1', 'ionq.circuit.v1', 'quantinuum.openqasm.v1')."
    },
    "outputDataFormat": {
      "type": "string"
    },
    "inputParams": {
      "type": "object",
      "additionalProperties": true,
      "description": "Provider-specific input parameters (shot count, error mitigation, target seed)."
    },
    "metadata": {
      "type": "object",
      "additionalProperties": { "type": "string" }
    },
    "tags": {
      "type": "array",
      "items": { "type": "string" }
    },
    "sessionId": {
      "type": "string",
      "description": "Optional session id when the job runs inside a hybrid session."
    },
    "containerUri": {
      "type": "string",
      "format": "uri",
      "description": "SAS URI to the workspace storage container holding job input."
    },
    "inputDataUri": {
      "type": "string",
      "format": "uri"
    },
    "outputDataUri": {
      "type": "string",
      "format": "uri"
    },
    "beginExecutionTime": { "type": "string", "format": "date-time" },
    "creationTime": { "type": "string", "format": "date-time" },
    "endExecutionTime": { "type": "string", "format": "date-time" },
    "cancellationTime": { "type": "string", "format": "date-time" },
    "errorData": {
      "type": "object",
      "properties": {
        "code": { "type": "string" },
        "message": { "type": "string" }
      }
    },
    "status": {
      "type": "string",
      "enum": ["Waiting", "Executing", "Succeeded", "Failed", "Cancelled"]
    },
    "jobType": {
      "type": "string",
      "enum": ["QuantumComputing", "Optimization", "HybridComputing", "Other"]
    },
    "costEstimate": {
      "type": "object",
      "properties": {
        "estimatedTotal": { "type": "number" },
        "currencyCode": { "type": "string" },
        "events": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "dimensionId": { "type": "string" },
              "dimensionName": { "type": "string" },
              "measureUnit": { "type": "string" },
              "amountBilled": { "type": "number" },
              "amountConsumed": { "type": "number" }
            }
          }
        }
      }
    }
  }
}

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/azure-quantum-job"
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.