{
"data": {
"id": "run_123",
"automation_id": "aut_123",
"trigger_event_name": "order.completed",
"resolved_identity_type": "email",
"resolved_identity_value": "olivia@example.com",
"status": "completed",
"trigger_event": {
"id": "evt_123",
"event_name": "order.completed",
"payload": {
"order_id": "ord_123"
},
"occurred_at": "2026-06-08T14:15:00.000Z"
},
"steps": [
{
"id": "step_1",
"step_key": "send_receipt",
"step_type": "send_email_template",
"status": "completed",
"linked_emails": [
{
"id": "email_123",
"subject": "Your receipt",
"status": "sent",
"last_event": "send",
"template_version_id": "tmplver_email_123",
"contact_id": "contact_123",
"created_at": "2026-06-08T14:15:01.000Z"
}
]
},
{
"id": "step_2",
"step_key": "wait_for_open",
"step_type": "wait_for_event",
"status": "completed",
"branch_taken": "received",
"waits": [
{
"id": "wait_123",
"step_id": "step_2",
"step_key": "wait_for_open",
"step_type": "wait_for_event",
"waiting_for_event_name": "sendrealm.mail.open",
"status": "received",
"resolved_identity_value": "olivia@example.com",
"timeout_at": "2026-06-08T14:45:00.000Z",
"resumed_at": "2026-06-08T14:16:30.000Z",
"timed_out_at": null,
"outcome_branch": "received",
"resumed_by_event": {
"id": "evt_124",
"event_name": "sendrealm.mail.open",
"occurred_at": "2026-06-08T14:16:30.000Z"
}
}
]
},
{
"id": "step_3",
"step_key": "send_push_follow_up",
"step_type": "send_push_template",
"status": "completed",
"linked_push_notifications": [
{
"id": "push_123",
"title": "Need anything else?",
"status": "sent",
"last_event": "send",
"template_version_id": "tmplver_push_123",
"contact_id": "contact_123",
"created_at": "2026-06-08T14:16:31.000Z"
}
]
}
],
"waits": [
{
"id": "wait_123",
"step_id": "step_2",
"step_key": "wait_for_open",
"step_type": "wait_for_event",
"waiting_for_event_name": "sendrealm.mail.open",
"status": "received",
"resolved_identity_value": "olivia@example.com",
"timeout_at": "2026-06-08T14:45:00.000Z",
"resumed_at": "2026-06-08T14:16:30.000Z",
"timed_out_at": null,
"outcome_branch": "received",
"resumed_by_event": {
"id": "evt_124",
"event_name": "sendrealm.mail.open",
"occurred_at": "2026-06-08T14:16:30.000Z"
}
}
],
"sent_emails": [
{
"id": "email_123",
"subject": "Your receipt",
"status": "sent",
"last_event": "send",
"automation_step_key": "send_receipt",
"template_version_id": "tmplver_email_123",
"created_at": "2026-06-08T14:15:01.000Z"
}
],
"sent_push_notifications": [
{
"id": "push_123",
"title": "Need anything else?",
"status": "sent",
"last_event": "send",
"automation_step_key": "send_push_follow_up",
"template_version_id": "tmplver_push_123",
"created_at": "2026-06-08T14:16:31.000Z"
}
]
}
}