Last chance! 50% off unlimited learning
Sale ends in
The ListReviewableHITs
operation retrieves the HITs with Status equal
to Reviewable or Status equal to Reviewing that belong to the Requester
calling the operation.
mturk_list_reviewable_hi_ts(HITTypeId, Status, NextToken, MaxResults)
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.
svc$list_reviewable_hi_ts( HITTypeId = "string", Status = "Reviewable"|"Reviewing", NextToken = "string", MaxResults = 123 )