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