# List live variant identifiers for a page

Fetches the identifiers of currently active personalization variants for a page.

Endpoint: GET /api/v1/pages/{pageId}/live/variants
Version: v1
Security: Bearer

## Security:

  - `Bearer` (unknown)
    http Bearer

## Path parameters:

  - `pageId` (string, required)
    The page identifier.

## Query parameters:

  - `language` (string, required)
    The page language.

  - `environmentId` (string)
    The identifier of the environment.

## Response 200:

  - `200` (unknown)
    Success

## Response 404:

  - `404` (unknown)
    Not found

## Response 404 fields (application/json):

  - `type` (string)
    The type of the error response entity.

  - `title` (string)
    The title of the error response entity.

  - `status` (integer)
    The response status code.

  - `detail` (string)
    A detailed explanation, specific to this occurrence of the problem.

  - `instance` (string)
    If available, a URI reference that identifies the specific occurrence of the problem.

