Microsoft Azure Quantum Offerings API

The Offerings API from Microsoft Azure Quantum — 1 operation(s) for offerings.

Operations 1

GET /subscriptions/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/offerings #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/microsoft-quantum-offerings-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

microsoft-quantum-offerings-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Azure Quantum Workspace Services Offerings API
  version: 2026-01-15-preview
  description: Azure Quantum Workspace Services
  contact:
    email: azqengg@microsoft.com
  x-typespec-generated:
  - emitter: '@azure-tools/typespec-autorest'
security:
- AzureEntraAuth:
  - https://quantum.microsoft.com/.default
- AzureApiKeyAuth: []
tags:
- name: Offerings
paths:
  /subscriptions/{subscriptionId}/providers/Microsoft.Quantum/locations/{locationName}/offerings:
    get:
      operationId: Offerings_List
      tags:
      - Offerings
      description: Returns the list of all provider offerings available for the given location.
      parameters:
      - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter
      - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter
      - name: locationName
        in: path
        description: Location.
        required: true
        schema:
          type: string
          maxLength: 90
          minLength: 1
          pattern: '[a-z][a-z0-9]+'
      - name: filter
        in: query
        description: 'The filter to apply to the operation. Example: ''$filter=kind eq ''v1'''
        required: false
        schema:
          type: string
      responses:
        '200':
          description: The request has succeeded.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OfferingsListResult'
        default:
          description: An unexpected error response.
          content:
            application/json:
              schema:
                $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse
      x-ms-examples:
        Offerings_List:
          $ref: ./examples/Offerings_List.json
      x-ms-pageable:
        nextLinkName: nextLink
components:
  schemas:
    ProviderProperties:
      type: object
      description: Provider properties.
      properties:
        description:
          type: string
          description: A description about this provider.
          readOnly: true
        providerType:
          type: string
          description: Provider type.
          readOnly: true
        company:
          type: string
          description: Company name.
          readOnly: true
        defaultEndpoint:
          type: string
          description: Provider's default endpoint.
          readOnly: true
        aad:
          $ref: '#/components/schemas/ProviderPropertiesAad'
          description: Azure Active Directory info.
        managedApplication:
          $ref: '#/components/schemas/ProviderPropertiesManagedApplication'
          description: Provider's Managed-Application info
        targets:
          type: array
          description: The list of targets available from this provider.
          items:
            $ref: '#/components/schemas/TargetDescription'
        skus:
          type: array
          description: The list of skus available from this provider.
          items:
            $ref: '#/components/schemas/SkuDescription'
        quotaDimensions:
          type: array
          description: The list of quota dimensions from the provider.
          items:
            $ref: '#/components/schemas/QuotaDimension'
        pricingDimensions:
          type: array
          description: The list of pricing dimensions from the provider.
          items:
            $ref: '#/components/schemas/PricingDimension'
    OfferingsListResult:
      type: object
      description: The response of a list Providers operation.
      properties:
        value:
          type: array
          description: The ProviderDescription items on this page
          items:
            $ref: '#/components/schemas/ProviderDescription'
        nextLink:
          type: string
          format: uri
          description: The link to the next page of items
      required:
      - value
    ProviderPropertiesAad:
      type: object
      description: Azure Active Directory info.
      properties:
        applicationId:
          type: string
          description: Provider's application id.
          readOnly: true
        tenantId:
          type: string
          description: Provider's tenant id.
          readOnly: true
    ProviderPropertiesManagedApplication:
      type: object
      description: Provider's Managed-Application info
      properties:
        publisherId:
          type: string
          description: Provider's publisher id.
          readOnly: true
        offerId:
          type: string
          description: Provider's offer id.
          readOnly: true
    PricingDimension:
      type: object
      description: Information about pricing dimension.
      properties:
        id:
          type: string
          description: Unique id of this pricing dimension.
        name:
          type: string
          description: The display name of this pricing dimension.
    QuotaDimension:
      type: object
      description: Information about a specific quota dimension.
      properties:
        id:
          type: string
          description: Unique id of this dimension.
        scope:
          type: string
          description: The scope of this quota dimension.
        period:
          type: string
          description: The reset period of this quota dimension.
        quota:
          type: number
          format: float
          description: The max limit of this dimension.
        name:
          type: string
          description: The display name of this quota dimension.
        description:
          type: string
          description: A description about this quota dimension.
        unit:
          type: string
          description: The standard unit of measurement used for this quota dimension.
        unitPlural:
          type: string
          description: The standard unit of measurement used for this quota dimension in plural form.
    PricingDetail:
      type: object
      description: Detailed pricing information for an sku.
      properties:
        id:
          type: string
          description: Unique id for this pricing information.
        value:
          type: string
          description: The unit cost of this sku.
    TargetDescription:
      type: object
      description: Information about a Target. A target is the component that can process a specific type of Job.
      properties:
        id:
          type: string
          description: Unique target id.
        name:
          type: string
          description: Display name of this target.
        description:
          type: string
          description: A description about this target.
        acceptedDataFormats:
          type: array
          description: List of data formats accepted by this target.
          items:
            type: string
        acceptedContentEncodings:
          type: array
          description: List of content encodings accepted by this target.
          items:
            type: string
        numQubits:
          type: integer
          format: int32
          description: The qubit number
          minimum: 1
          maximum: 100000
          readOnly: true
        targetProfile:
          type: string
          description: Target QIR profile
          readOnly: true
        metadata:
          type: object
          description: The metadata of this target.
          additionalProperties: {}
          readOnly: true
    SkuDescription:
      type: object
      description: Information about a specific sku.
      properties:
        id:
          type: string
          description: Unique sku id.
        name:
          type: string
          description: Display name of this sku.
        version:
          type: string
          description: Display name of this sku.
        description:
          type: string
          description: Description about this sku.
        restrictedAccessUri:
          type: string
          description: Uri to subscribe to the restricted access sku.
        autoAdd:
          type: boolean
          description: Flag to indicate whether the sku should be automatically added during workspace creation.
        targets:
          type: array
          description: The list of targets available for this sku.
          items:
            type: string
        quotaDimensions:
          type: array
          description: The list of quota dimensions for this sku.
          items:
            $ref: '#/components/schemas/QuotaDimension'
        pricingDetails:
          type: array
          description: The list of pricing details for the sku.
          items:
            $ref: '#/components/schemas/PricingDetail'
    ProviderDescription:
      type: object
      description: Information about an offering. A provider offering is an entity that offers Targets to run Azure Quantum Jobs.
      properties:
        id:
          type: string
          description: Unique provider's id.
        name:
          type: string
          description: Provider's display name.
          readOnly: true
        properties:
          $ref: '#/components/schemas/ProviderProperties'
          description: Provider properties.
  securitySchemes:
    AzureApiKeyAuth:
      type: apiKey
      description: Azure Api-Key Authentication
      name: x-ms-quantum-api-key
      in: header
    AzureEntraAuth:
      type: oauth2
      flows:
        clientCredentials:
          scopes:
            https://quantum.microsoft.com/.default: ''
          tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token
      description: Azure Entra OAuth2 Authentication
x-ms-parameterized-host:
  hostTemplate: '{endpoint}'
  useSchemePrefix: false
  parameters:
  - name: endpoint
    in: path
    description: The endpoint of the Azure Quantum service. For example, https://{region}.quantum.azure.com
    required: true
    type: string
    format: uri
    x-ms-skip-url-encoding: true