> ## 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.

# List Subscription Versions

> Retrieve a list of all subscription versions

Retrieves a list of all subscription versions.

## Path Parameters

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

## Response

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

<ResponseField name="items" type="array">
  List of subscription version objects

  <Expandable title="Subscription Version Object">
    <Snippet file="subscription-version-response-fields.mdx" />
  </Expandable>
</ResponseField>
