{
"execution_id": "exec_abc123",
"status": "reconciled",
"final_outcome": "already_succeeded",
"idempotency_key": "charge:cust_123:2400",
"retry": "blocked",
"trace": [
{
"step": "commit_record_created",
"timestamp": "2026-05-25T10:00:00Z"
},
{
"step": "tool_call_attempted",
"timestamp": "2026-05-25T10:00:01Z",
"detail": "stripe.charge_customer returned unknown outcome"
},
{
"step": "outcome_reconciled",
"timestamp": "2026-05-25T10:00:02Z",
"detail": "live state confirms charge already succeeded"
},
{
"step": "retry_blocked",
"timestamp": "2026-05-25T10:00:02Z",
"decision": "do_not_retry"
},
{
"step": "trace_returned",
"timestamp": "2026-05-25T10:00:02Z"
}
]
}