---
title: "GET /{apiVersion}"
method: GET
path: "/{apiVersion}"
tags: ["API versions"]
---

# GET /{apiVersion}

`GET /{apiVersion}`

Gets version details by specified API version.

## Response `200`

OK

- object
  - `version` VersionSpec — Lists information for all SDS controller API versions. An API version is a string that consists of a 'v' + number, or 'v' + number + 'alpha' or 'beta' + number.
    - `name` string, required
    - `status` 'CURRENT' | 'SUPPORTED' | 'DEPRECATED', required
    - `updated` string, date-time, required

## Other responses

- `404` — The resource does not exist
- `500` — An unexpected error occured.

## Changes

- **2019-11-06** `fd0669e1e56f` — 3 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `404`
  - added the media type `application/json` for the response with the status `500`
- **2019-02-27** `5d107d550f2a` — 2 breaking
  - removed the media type `application/json` for the response with the status `404`
  - removed the media type `application/json` for the response with the status `500`
- **2019-01-26** `c58815af6102` — 2 info
  - added the media type `application/json` for the response with the status `404`
  - added the media type `application/json` for the response with the status `500`
- **2018-05-04** `3a7682f5369d` — 3 breaking
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `404`
  - removed the media type `application/json` for the response with the status `500`

[Change history](https://skmtc.dev/sodafoundation/apis/soda-api/changes/:apiVersion/get.md)

---

[API](https://skmtc.dev/sodafoundation/apis/soda-api.md) · [All operations](https://skmtc.dev/sodafoundation/apis/soda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sodafoundation/soda-api/revisions/62ce0f6c94b4/schema)
