Skip to main content

Get scenario audit trail

GET 

/scenarios/:scenario_id/audit-trail

Chronological governance audit trail for one scenario, newest first, read from FlowBeacon's tamper-evident audit_events governance chain.

Included event types: policy_evaluation, policy_assignment_change, remediation_attempt, remediation_sync, blueprint_uploaded, blueprint_updated.

Not included: regulation-change ratification events (regwatch.ratify). They are recorded as global telemetry with no organization or scenario linkage, so they cannot appear in a per-automation trail. See Read the audit trail for the full pagination walkthrough, retention, and ordering semantics.

Pagination is keyset (cursor) based: pass the previous response's next_cursor back as ?cursor=. A null next_cursor means the last page. Offset paging is deliberately not offered — on an append-only stream it skips and duplicates rows under concurrent writes.

Note: the X-FB-Signature canonical string covers the path only, no query string, so paging does not change how you sign the request.

Request

Responses

One page of the scenario's audit trail, newest first.