Values.BatchGetWorkerRequestSourceRetrieves multiple workers in a single request. This is a batch version of the GetWorker API. The result of getting each worker is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.
type nonrec t = {identifiers : BatchGetWorkerIdentifiers.t;The list of worker identifiers to retrieve. You can specify up to 100 identifiers per request.
*)}