Variable: WorkflowHistoryListRequestSchema
ts
const WorkflowHistoryListRequestSchema: ZodObject<{
workflowId: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/workflowHistoryListRequest.ts:5
A request to read all the workflow history entries for a specific workflow.