View a markdown version of this page

ListReviewPolicyResultsForHIT - Amazon Mechanical Turk

Amazon Mechanical Turk will permanently close on September 30, 2026. For Workers and Requesters currently using the service, visit our Amazon Mechanical Turk help page to learn how you can prepare for this closure.

ListReviewPolicyResultsForHIT

Description

The ListReviewPolicyResultsForHIT operation retrieves the computed results and the actions taken in the course of executing your Review Policies during a CreateHIT operation. For information about how to apply Review Policies when you call CreateHIT, see Review Policies. The GetReviewResultsForHIT operation can return results for both Assignment-level and HIT-level review results. You can also specify to only return results pertaining to a particular Assignment.

Request Syntax

{ "HITId": String, "PolicyLevel": String, "AssignmentId": String, "RetrieveActions": String, "RetrieveResults": String, "NextToken": String, "MaxResults": Integer }

Request Parameters

The request accepts the following data in JSON format:

Name Description Required

HITId

The unique identifier of the HIT to retrieve review results for.

Type: String

Yes

PolicyLevel

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.

Type: String

Yes

AssignmentId

If supplied, the results are limited to those pertaining directly to this Assignment ID.

Type: String

No

RetrieveActions

Retrieves a list of the actions taken executing the Review Policies and their outcomes. T or F.

Type: String

No

RetrieveResults

Retrieves a list of the results computed by the Review Policies. T or F.

Type: String

No

NextToken

Pagination token

Type: String

No

MaxResults

Type: Integer

No

Response Elements

A successful request operation has a ListReviewPolicyResultsForHITResponse element in the response. The ListReviewPolicyResultsForHITResponse element contains the name of the Review Policy applied as well as the AssignmentReviewReport element and the HITReviewReport element.