Skip to main content

RunHistoryEntryOut

One evaluation entry from WorkflowEvaluationTrace, optionally joined to execution detail.

idstring<uuid>required
evaluated_atstring<date-time>required
trigger_typeTrigger Type (string)required
device_id object
anyOf
string
geofence_id object
anyOf
string
signal_event_id object
anyOf
string
event_timestamp object
anyOf
string<date-time>
matchedMatched (boolean)required
skip_reason object
anyOf
string
skip_reason_label object
anyOf
string
execution object
anyOf
idstring<uuid>required
workflow_idstring<uuid>required
workflow_nameWorkflow Name (string)required
execution_idExecution Id (string)required
trigger_sourceTrigger Source (string)required
statusStatus (string)required
started_at objectrequired
anyOf
string<date-time>
completed_at objectrequired
anyOf
string<date-time>
duration_seconds objectrequired
anyOf
number
error_message objectrequired
anyOf
string
events_countEvents Count (integer)
Default value: 0
actions object[]
  • Array [
  • step_indexStep Index (integer)required
    node_id object
    anyOf
    string
    step_typeStep Type (string)required
    step_nameStep Name (string)required
    step_statusStep Status (string)required
    delivery_status object
    anyOf
    string
    error_message object
    anyOf
    string
  • ]
  • RunHistoryEntryOut
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "evaluated_at": "2024-07-29T15:51:28.071Z",
    "trigger_type": "string",
    "device_id": "string",
    "geofence_id": "string",
    "signal_event_id": "string",
    "event_timestamp": "2024-07-29T15:51:28.071Z",
    "matched": true,
    "skip_reason": "string",
    "skip_reason_label": "string",
    "execution": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "workflow_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "workflow_name": "string",
    "execution_id": "string",
    "trigger_source": "string",
    "status": "string",
    "started_at": "2024-07-29T15:51:28.071Z",
    "completed_at": "2024-07-29T15:51:28.071Z",
    "duration_seconds": 0,
    "error_message": "string",
    "events_count": 0
    },
    "actions": [
    {
    "step_index": 0,
    "node_id": "string",
    "step_type": "string",
    "step_name": "string",
    "step_status": "string",
    "delivery_status": "string",
    "error_message": "string"
    }
    ]
    }