Learn R Programming

paws.analytics (version 0.1.4)

mturk_list_worker_blocks: The ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your HITs

Description

The ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your HITs.

Usage

mturk_list_worker_blocks(NextToken, MaxResults)

Arguments

NextToken

Pagination token

MaxResults

Request syntax

svc$list_worker_blocks(
  NextToken = "string",
  MaxResults = 123
)