getEvaluationFormValidation
inline suspend fun ConnectClient.getEvaluationFormValidation(crossinline block: GetEvaluationFormValidationRequest.Builder.() -> Unit): GetEvaluationFormValidationResponse
Retrieves the status and results of a validation process started by StartEvaluationFormValidation. Returns the current execution status (IN_PROGRESS, COMPLETED, or FAILED), the validated form version, and when completed, a list of findings that identify structural issues and quality improvements for the evaluation form, and may include suggested fixes. If the validation failed, a reason is provided indicating the cause of the failure.