OPENAPI / COMPONENTS / SCHEMAS

Workflow Execution Trace Events Response data structure

WorkflowExecutionTraceEventsResponse

Structural definition for Workflow Execution Trace Events Response in the Mistral AI API contract.

object14properties
deployment_namestring

deployment name value in the Mistral AI API contract.

end_timestringrequired

end time value in the Mistral AI API contract.

eventsarray

events value in the Mistral AI API contract.

execution_idstringrequired

execution id value in the Mistral AI API contract.

parent_execution_idstring

parent execution id value in the Mistral AI API contract.

resultstringrequired

result value in the Mistral AI API contract.

root_execution_idstringrequired

root execution id value in the Mistral AI API contract.

run_idstring

run id value in the Mistral AI API contract.

start_timestringrequired

start time value in the Mistral AI API contract.

statusstringrequired

status value in the Mistral AI API contract.

total_duration_msstring

total duration ms value in the Mistral AI API contract.

user_idstring

user id value in the Mistral AI API contract.

workflow_idstring

workflow id value in the Mistral AI API contract.

workflow_namestringrequired

workflow name value in the Mistral AI API contract.