Microsoft Azure Quantum · Schema
AzureQuantumSession
Azure Quantum Workspace Session resource. Sessions group many jobs that share a single low-latency target reservation for hybrid quantum-classical workflows.
QuantumQuantum ComputingAzureMicrosoftQ#QDKResource EstimationIonQQuantinuumPasqalRigettiHybrid QuantumFault Tolerance
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Session identifier. |
| name | string | |
| providerId | string | |
| target | string | |
| jobFailurePolicy | string | Whether the session aborts on the first failed job or continues. |
| status | string | |
| creationTime | string | |
| endExecutionTime | string | |
| beginExecutionTime | string | |
| costEstimate | object | |
| errorData | object |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/microsoft-quantum/main/json-schema/azure-quantum-session-schema.json",
"title": "AzureQuantumSession",
"description": "Azure Quantum Workspace Session resource. Sessions group many jobs that share a single low-latency target reservation for hybrid quantum-classical workflows.",
"type": "object",
"required": ["id", "name", "providerId", "target"],
"properties": {
"id": {
"type": "string",
"description": "Session identifier."
},
"name": {
"type": "string"
},
"providerId": {
"type": "string"
},
"target": {
"type": "string"
},
"jobFailurePolicy": {
"type": "string",
"enum": ["Abort", "Continue"],
"description": "Whether the session aborts on the first failed job or continues."
},
"status": {
"type": "string",
"enum": ["Waiting", "Executing", "Succeeded", "Failed", "Failure(s)", "TimedOut"]
},
"creationTime": { "type": "string", "format": "date-time" },
"endExecutionTime": { "type": "string", "format": "date-time" },
"beginExecutionTime": { "type": "string", "format": "date-time" },
"costEstimate": {
"type": "object",
"properties": {
"estimatedTotal": { "type": "number" },
"currencyCode": { "type": "string" }
}
},
"errorData": {
"type": "object",
"properties": {
"code": { "type": "string" },
"message": { "type": "string" }
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/azure-quantum-session"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.