# 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

## Path parameters:

  - `pageId` (string, required)
    The page identifier.
    Example: "8f0b81bc-7388-46be-b109-6e73d1114470"

## Query parameters:

  - `language` (string, required)
    The page language.
    Example: "en-US"

  - `environmentId` (string)
    The identifier of the environment.
    Example: "main"

## Response 404 fields (application/json):

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

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

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

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

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


