powered by
The ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your HITs.
ListWorkersBlocks
mturk_list_worker_blocks(NextToken, MaxResults)
Pagination token
A list with the following syntax:
list( NextToken = "string", NumResults = 123, WorkerBlocks = list( list( WorkerId = "string", Reason = "string" ) ) )
svc$list_worker_blocks( NextToken = "string", MaxResults = 123 )