import { StreamWorkflowExecutionLogsRequest } from "@mistralai/mistralai/models/operations";
let value: StreamWorkflowExecutionLogsRequest = {
executionId: "<id>",
};| 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) |