mturk_list_assignments_for_hit: The ListAssignmentsForHIT operation retrieves completed...

View source: R/mturk_operations.R

mturk_list_assignments_for_hitR Documentation

The ListAssignmentsForHIT operation retrieves completed assignments for a HIT

Description

The list_assignments_for_hit operation retrieves completed assignments for a HIT. You can use this operation to retrieve the results for a HIT.

See https://www.paws-r-sdk.com/docs/mturk_list_assignments_for_hit/ for full documentation.

Usage

mturk_list_assignments_for_hit(
  HITId,
  NextToken = NULL,
  MaxResults = NULL,
  AssignmentStatuses = NULL
)

Arguments

HITId

[required] The ID of the HIT.

NextToken

Pagination token

MaxResults
AssignmentStatuses

The status of the assignments to return: Submitted | Approved | Rejected


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.