Skip to main content
IBM Quantum Platform

Versions


Get versions

Get a list of available API versions

Input

Infomation
This endpoint accepts no inputs.
Code samples
GET
/v1/versions

If your instance is in the eu-de region, use this URL instead: https://eu-de.quantum.cloud.ibm.com/api/v1/versions

curl -X GET \
  https://quantum.cloud.ibm.com/api/v1/versions \
  -H 'Accept: application/json'

Output

HTTP Response Status Codes
Status code
Description
200
Responses
{
  "versions": [
    "2024-01-01",
    "2025-01-01",
    "2025-05-01",
    "2026-02-01",
    "2026-02-15"
  ]
}
Was this page helpful?
Report a bug, typo, or request content on GitHub.