OPENAPI / COMPONENTS / SCHEMAS

Workflow Execution Progress Trace Event data structure

WorkflowExecutionProgressTraceEvent

Structural definition for Workflow Execution Progress Trace Event in the Mistral AI API contract.

object10properties
attributesobjectrequired

attributes value in the Mistral AI API contract.

end_time_unix_msstring

end time unix ms value in the Mistral AI API contract.

errorstring

error value in the Mistral AI API contract.

idstringrequired

id value in the Mistral AI API contract.

internalboolean

internal value in the Mistral AI API contract.

namestringrequired

name value in the Mistral AI API contract.

start_time_unix_msintegerrequired

start time unix ms value in the Mistral AI API contract.

statusEventProgressStatus

status value in the Mistral AI API contract.

timestamp_unix_nanointegerrequired

timestamp unix nano value in the Mistral AI API contract.

typeEventType

type value in the Mistral AI API contract.