getExperimentRun

Retrieves information about an experiment run, including its status, start time, and exposure settings.

Samples

// The following GetExperimentRun example retrieves the details of an experiment run.
val resp = appConfigClient.getExperimentRun {
    applicationIdentifier = "339ohji"
    experimentDefinitionIdentifier = "bsxyd7k"
    run = 1
}