OPENAPI / COMPONENTS / SCHEMAS
Workflow Execution Response data structure
WorkflowExecutionResponseStructural definition for Workflow Execution Response in the Mistral AI API contract.
deployment_namestringdeployment name value in the Mistral AI API contract.
end_timestringrequiredend time value in the Mistral AI API contract.
execution_idstringrequiredexecution id value in the Mistral AI API contract.
parent_execution_idstringparent execution id value in the Mistral AI API contract.
resultstringrequiredresult value in the Mistral AI API contract.
root_execution_idstringrequiredroot execution id value in the Mistral AI API contract.
run_idstringrun id value in the Mistral AI API contract.
start_timestringrequiredstart time value in the Mistral AI API contract.
statusstringrequiredstatus value in the Mistral AI API contract.
total_duration_msstringtotal duration ms value in the Mistral AI API contract.
user_idstringuser id value in the Mistral AI API contract.
workflow_idstringworkflow id value in the Mistral AI API contract.
workflow_namestringrequiredworkflow name value in the Mistral AI API contract.