Skip to main content

types.HistoryEvent

details object

Details contains optional structured metadata about the event Examples: old_state, new_state, node_id, error_code, etc.

property name*string
execution_idstring

ExecutionID identifies which execution this event belongs to (optional - only for execution events)

job_idstring

JobID identifies which job this event belongs to (always set)

job_versioninteger

JobVersion is the version of the job when this event occurred

messagestring

Message is a human-readable description of what happened This is the primary field users see in history timelines

seq_numinteger

SeqNum is a globally incrementing sequence number within the history bucket Used for ordering and as part of the storage key

timestampstring

Timestamp is when this event occurred

types.HistoryEvent
{
"details": {},
"execution_id": "string",
"job_id": "string",
"job_version": 0,
"message": "string",
"seq_num": 0,
"timestamp": "string"
}