---
title: "Get an API Product Version"
method: GET
path: "/v2/api-products/{apiProductId}/product-versions/{id}"
tags: ["API Product Versions"]
---

# Get an API Product Version

`GET /v2/api-products/{apiProductId}/product-versions/{id}`

Returns a version of an API product.

## Response `200`

API product

- APIProductVersion
  - `id` string, uuid, required — The API product version identifier.
  - `name` string, required — The version of the API product
  - `gateway_service` object, nullable, required
    - `id` string, uuid, nullable, required — The identifier of a gateway service associated with the version of the API product.
    - `runtime_group_id` string, uuid, nullable — This field is deprecated, please use `control_plane_id` instead. The identifier of the control plane that the gateway service resides in
    - `control_plane_id` string, uuid, required — The identifier of the control plane that the gateway service resides in
  - `publish_status` 'unpublished' | 'published', required — This field is published if the API product version is published to at least one portal. This field is deprecated: Use [PortalProductVersion.publish_status](https://docs.konghq.com/konnect/api/portal-management/v2/#/operations/create-portal-product-version) instead.
  - `deprecated` boolean, required — Whether this API product version is deprecated in at least one portal. This field is deprecated: Use [PortalProductVersion.deprecated](https://docs.konghq.com/konnect/api/portal-management/v2/#/operations/create-portal-product-version) instead
  - `labels` Labels, required — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
  - `auth_strategy_sync_errors` AuthStrategySyncError[], nullable — The set of errors encountered when trying to sync the auth strategies on the version
    - `plugin_name` string
    - `value` 'plugin_sync_error_comm' | 'plugin_sync_error_unknown' | 'plugin_sync_error_fatal' | 'plugin_sync_error_updating_plugin_refs'
    - `message` string, required
    - `info` object
      - `details` object[]
        - `type` string
        - `message` string[]
  - `portals` APIProductVersionPortal[], required — The list of portals which this API product version is configured for
    - `portal_id` string, uuid, required
    - `portal_name` string, required
    - `portal_product_version_id` string, uuid, required
    - `publish_status` 'published' | 'unpublished', required
    - `deprecated` boolean, required
    - `application_registration_enabled` boolean, required
    - `auto_approve_registration` boolean, required
    - `auth_strategies` APIProductVersionAuthStrategy[], required
      - `id` string, uuid, required
      - `name` string, required
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

## Changes

- **2025-08-22** `96118a9cd7f4` — 2 breaking
  - the response property `gateway_service/runtime_group_id` became nullable for the status `200`
  - the response property `labels/additionalProperties/` became nullable for the status `200`
- **2025-03-13** `ddd4be7ea073` — 1 breaking
  - the response property `labels/additionalProperties/` became nullable for the status `200`
- **2024-09-11** `be7c36317ba6` — 1 info
  - added the required property `labels` to the response with the `200` status

[Change history](https://skmtc.dev/kong/apis/konnect-api/changes/v2/api-products/:apiProductId/product-versions/:id/get.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api/revisions/72502a676a92/schema)
