Method
listHoldoutAnalysisVersions GET
Copy GET

List holdout analysis versions for a holdout analysis.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes holdoutAnalysisId str ID of the holdout analysis to list holdout analysis versions for
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[HoldoutAnalysisVersion]

Exceptions:

TYPE WHEN
DataNotFoundError

holdoutAnalysisId is not found.

Language: