Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 2.89 KB

File metadata and controls

21 lines (16 loc) · 2.89 KB

StreamWorkflowExecutionLogsRequest

Example Usage

import { StreamWorkflowExecutionLogsRequest } from "@mistralai/mistralai/models/operations";

let value: StreamWorkflowExecutionLogsRequest = {
  executionId: "<id>",
};

Fields

Field Type Required Description
executionId string ✔️ N/A
runId string Filter logs by workflow run ID
activityId string Filter logs by activity ID
after Date Start a fresh stream at this timestamp (ignored when resuming via last_event_id)
lastEventId string Resume from this cursor (a prior response's SSE id)