listExperimentRunEvents
abstract suspend fun listExperimentRunEvents(input: ListExperimentRunEventsRequest): ListExperimentRunEventsResponse
Lists the events for a specified experiment run. Events provide a timeline of actions and state changes that occurred during the run.
Samples
// The following ListExperimentRunEvents example lists the events for an experiment run.
val resp = appConfigClient.listExperimentRunEvents {
applicationIdentifier = "339ohji"
experimentDefinitionIdentifier = "bsxyd7k"
run = 1
}Content copied to clipboard