The ListReviewPolicyResultsForHIT operation retrieves the computed results and the actions taken in the course of executing your Review Policies for a given HIT
Source:R/mturk_operations.R
mturk_list_review_policy_results_for_hit.RdThe list_review_policy_results_for_hit operation retrieves the computed results and the actions taken in the course of executing your Review Policies for a given HIT. For information about how to specify Review Policies when you call CreateHIT, see Review Policies. The ListReviewPolicyResultsForHIT operation can return results for both Assignment-level and HIT-level review results.
See https://www.paws-r-sdk.com/docs/mturk_list_review_policy_results_for_hit/ for full documentation.
Usage
mturk_list_review_policy_results_for_hit(
HITId,
PolicyLevels = NULL,
RetrieveActions = NULL,
RetrieveResults = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- HITId
[required] The unique identifier of the HIT to retrieve review results for.
- PolicyLevels
The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.
- RetrieveActions
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.
- RetrieveResults
Specify if the operation should retrieve a list of the results computed by the Review Policies.
- NextToken
Pagination token
- MaxResults
Limit the number of results returned.