Skip to main content
IBM Quantum Platform

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.