Skip to main content
IBM Quantum Platform
This is the API reference for the Qiskit Runtime REST API on the new IBM Quantum Platform, which replaces the REST APIs for IBM Quantum Platform (Classic) Qiskit Runtime and IBM Cloud Qiskit Runtime. For more details, including how to migrate, visit the guide Migrate to the new Qiskit Runtime REST API.

Versions


Get versions

Get a list of available API versions

HTTP Response Status Codes

Status codeDescription
200

Code samples

GET
/v1/versions
curl -X GET \
  /api/v1/versions \
  -H 'Accept: application/json'

Responses

{
  "versions": [
    "2024-01-01",
    "2025-01-01",
    "2025-05-01"
  ]
}
Was this page helpful?
Report a bug or request content on GitHub.