get_batch_details {captr} | R Documentation |
Get details such as who the batch was created by, user id of the creator, name of the batch, whether or not the batch has been submitted for processing, files in the batch, etc.
get_batch_details(batch_id = "", ...)
batch_id |
ID for the batch |
... |
Additional arguments passed to |
list of length 26.
https://shreddr.captricity.com/developer/api-reference/#v1-batch
## Not run:
get_batch_details("batch_id")
## End(Not run)