Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 628 Bytes

retrievebatchrequest.md

File metadata and controls

17 lines (12 loc) · 628 Bytes

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.