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.

Health


Get version

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 'Authorization: Bearer YOUR-TOKEN' \
  -H 'Accept: application/json'

Responses

{
  "versions": [
    "0.0.1"
  ]
}
Was this page helpful?
Report a bug or request content on GitHub.