The list_reviewable_hi_ts operation retrieves the HITs with Status equal to Reviewable or Status equal to Reviewing that belong to the Requester calling the operation.
See https://www.paws-r-sdk.com/docs/mturk_list_reviewable_hi_ts/ for full documentation.
mturk_list_reviewable_hi_ts(
HITTypeId = NULL,
Status = NULL,
NextToken = NULL,
MaxResults = NULL
)The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer are considered
Can be either Reviewable or Reviewing. Reviewable is the default
value.
Pagination Token
Limit the number of results returned.