Programmatic access to mturk batches (and their results) #3317
-
Hi there! 👋 First, thank you for the active maintenance of this library! Question: is there a programmatic way to iterate over the past [finished] annotated batches that are visible in the graphical interface of mturk? (example screenshot below) I checked the current API (https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/mturk.html) and it seems that the answer is a "no" (though I might be missing something). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @danyaljj, thanks for reaching out! Have you tried the existing |
Beta Was this translation helpful? Give feedback.
-
To my understanding, none of the The StackOverFlow response suggests using |
Beta Was this translation helpful? Give feedback.
Hi @danyaljj, thanks for reaching out! Have you tried the existing
list_*
commands from the doc? It doesn't look like there are any specific commands available for processing batches. However I saw some users mentioned a workaround in a StackOverflow post that might help.