Sort option supporting 'name', 'deploymentName', 'userName', or 'creationDate'. Prefix with '-' for descending order (e.g., '-creationDate' for newest first).
limitinteger
Pagination limit for result set size - maximum number of records to return.
offsetinteger
Pagination offset - number of records to skip.
searchstring
Search parameter to match validation names.
modelIdstring
Filter by model ID.
useCaseIdstring
Filter by associated use case identifiers.
deploymentIdstring
Filter by deployment ID.
completedOnlyboolean
Boolean flag to show only finished validations (true) or all validations (false).
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not