---
title: "List service versions"
method: GET
path: "/service_versions"
tags: ["Service"]
---

# List service versions

`GET /service_versions`

## Response `200`

Response

- ListServiceVersionsResponse — ListServiceVersionsResponse
  - `errors` object[] — List of errors occurred during request processing
    - `message` string, required — Printable error message
    - `more_info` string — URL to the documentation of the error
    - `status` integer, required — HTTP error status code
  - `message` string — Printable result of the request
  - `service_versions` object[], required — Service versions
    - `aiven_end_of_life_time` string — Aiven end-of-life timestamp (ISO 8601)
    - `availability_end_time` string — Availability end timestamp (ISO 8601)
    - `availability_start_time` string — Availability start timestamp (ISO 8601)
    - `end_of_life_help_article_url` string — Link to the help article
    - `major_version` string — Service version
    - `service_type` string — Service type code
    - `state` 'available' | 'eol' | 'preview' | 'terminated' | 'unavailable' — Service state
    - `termination_time` string — Termination timestamp (ISO 8601)
    - `upgrade_to_service_type` string — If the customer takes no action, the service is updated to this service type when end of life is reached on the Aiven platform. If it is the same as the service type, the platform only upgrades the version.
    - `upgrade_to_version` string — The version to which the service will be updated at the end of life on the Aiven platform if the user does not take any action
    - `upstream_end_of_life_time` string — Upstream end-of-life timestamp (ISO 8601)

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/revisions/ecaeabf1da31/schema)
