WorkflowExecutionTraceEventsResponse
import { WorkflowExecutionTraceEventsResponse } from "@mistralai/mistralai/models/components" ;
let value : WorkflowExecutionTraceEventsResponse = {
workflowName : "<value>" ,
executionId : "<id>" ,
rootExecutionId : "<id>" ,
status : "CANCELED" ,
startTime : new Date ( "2026-11-22T21:53:31.145Z" ) ,
endTime : new Date ( "2024-06-22T01:39:02.544Z" ) ,
result : "<value>" ,
} ;
Field
Type
Required
Description
workflowName
string
✔️
The name of the workflow
workflowId
string
➖
The ID of the workflow
deploymentName
string
➖
The name of the deployment that ran this execution
executionId
string
✔️
The ID of the workflow execution
parentExecutionId
string
➖
The parent execution ID of the workflow execution
rootExecutionId
string
✔️
The root execution ID of the workflow execution
runId
string
➖
The unique run identifier (database UUID)
userId
string
➖
The ID of the user who triggered the execution
status
components.WorkflowExecutionStatus
✔️
The status of the workflow execution
startTime
Date
✔️
The start time of the workflow execution
endTime
Date
✔️
The end time of the workflow execution, if available
totalDurationMs
number
➖
The total duration of the trace in milliseconds
result
any
✔️
The result of the workflow execution, if available
events
components.WorkflowExecutionTraceEventsResponseEvent []
➖
The events of the workflow execution