> ## Documentation Index
> Fetch the complete documentation index at: https://alguna.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Subscription Version

> Retrieve details of a specific subscription version

Retrieves the details of an existing subscription version. You need to supply the unique subscription identifier and the version identifier.

## Path Parameters

<ParamField path="id" type="string" required>
  The unique identifier of the subscription to retrieve
</ParamField>

<ParamField path="versionId" type="string" required>
  The unique identifier of the subscription version to retrieve
</ParamField>

## Response

<Snippet file="subscription-version-response.mdx" />

<Snippet file="subscription-version-response-fields.mdx" />
