# Experiment

Explore what information is available for experiments.

This type represents an [experiment](/explanation/experiment) and a variant assigned to the user during the session.

## Properties

These are the available properties:

- `id`: `string`

  The ID that uniquely identifies the experiment.

- `name`: `string`

  The name of the experiment as defined in your workspace. For example, "Hero CTA copy test".

- `variantId`: `string`

  The ID that uniquely identifies the variant assigned to the user.

- `variantName`: `string`

  The name of the variant assigned to the user. For example, "Variant A".
