OPENAPI / COMPONENTS / SCHEMAS

Workflow Execution Without Result Response data structure

WorkflowExecutionWithoutResultResponse

Structural definition for Workflow Execution Without Result Response in the Mistral AI API contract.

object12properties
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.

parent_execution_idstring

parent execution id 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.