RetrieveBatchRequest Example Usage import { RetrieveBatchRequest } from "argot-open-ai/models/operations"; let value: RetrieveBatchRequest = { batchId: "<id>", }; Fields Field Type Required Description batchId string ✔️ The ID of the batch to retrieve.