aws.mturk.list_bonus_payments
Example SQL Queries
SELECT * FROMaws.mturk.list_bonus_payments;Description
The ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a given HIT or assignment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assignment_id Input Column The ID of the assignment associated with the bonus payments to retrieve. If specified, only bonus payments for the given assignment are returned. Either the HITId parameter or the AssignmentId parameter must be specified | VARCHAR |
| hit_id Input Column The ID of the HIT associated with the bonus payments to retrieve. If not specified, all bonus payments for all assignments for the given HIT are returned. Either the HITId parameter or the AssignmentId parameter must be specified | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| bonus_payments A successful request to the ListBonusPayments operation returns a list of BonusPayment objects. | STRUCT( |
Show child fields
| |
| num_results The number of bonus payments on this page in the filtered results list, equivalent to the number of bonus payments being returned by this call. | BIGINT |