HITL Audit Log
Reference notes for HITL audit visibility.
This page documents how to capture operator decisions and approval history when using Human-in-the-Loop (HITL) workflows.
Scope
Use this page with the core HITL endpoints in:
Audit Data to Persist
For each HITL request, persist at least:
request_idagent_idrun_iddecision(approved,rejected,skipped,timeout_skip)operator_inputcreated_atresolved_attimeout_attool context (
tool_name, arguments snapshot)
Recommended Pattern
Stream run events and capture
metadata.hitl.*fields.On operator action, submit decision via the HITL decision endpoint.
Store both pending snapshot and final decision record in your audit store.
Correlate with your own user/session identifiers for compliance reporting.
Notes
The pending HITL endpoint is an operational inbox, not a durable audit store.
Persist audit records in your own system of record.
Last updated
Was this helpful?