BatchExecutionBody Example Usage import { BatchExecutionBody } from "@mistralai/mistralai/models/components"; let value: BatchExecutionBody = { executionIds: [ "<value 1>", ], }; Fields Field Type Required Description executionIds string[] ✔️ List of execution IDs to process