listExperimentDefinitions

abstract suspend fun listExperimentDefinitions(input: ListExperimentDefinitionsRequest = ListExperimentDefinitionsRequest { }): ListExperimentDefinitionsResponse

Lists the experiment definitions for an account. You can filter results by application, configuration profile, environment, or status.

Samples

// The following ListExperimentDefinitions example lists the experiment definitions for an application.
val resp = appConfigClient.listExperimentDefinitions {
    applicationIdentifier = "339ohji"
}