Skip to main content



List Fold Experiments

List fold experiments

GET /cloud/listFoldExperiments

Implementation Notes

List all the fold experiments executed in a specific instance in json format. This list the fold experiments in all the possible status. If you don't specify the instance version we'll take the current version.

Parameters

ParameterDescriptionParameter TypeData Type
instanceNameName of the instance. Alphanumeric string: [A-Za-z0-9-_]+.querystring
versionVersion of the instance. A string Vx where x is an integer greater than 0 and represent the number of version.querystring
experimentModeK_FOLD_CROSS_VALIDATION, TUNING or VALIDATIONquerystring
useruser's authenticationheader (authorization)basic authentication