OPENAPI / COMPONENTS / SCHEMAS

Workflow Execution Trace OTel Response data structure

WorkflowExecutionTraceOTelResponse

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

object16properties
data_sourcestringrequired

data source value in the Mistral AI API contract.

deployment_namestring

deployment name value in the Mistral AI API contract.

end_timestringrequired

end time value in the Mistral AI API contract.

execution_idstringrequired

execution id value in the Mistral AI API contract.

otel_trace_datastring

otel trace data value in the Mistral AI API contract.

otel_trace_idstring

otel trace 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.