← DocsAudit Trail · v2.4
Observability

Recipe Audit Trail

Every recipe mutation — create, update, delete, publish — is recorded in an immutable, queryable event log. Full lineage from first save to current state.

Event stream
14:22:01.184alex@nimbus
recipe.publishevt_9xK2
14:19:44.902alex@nimbus
recipe.updateevt_7mP1
13:05:11.337maya@nimbus
recipe.createevt_3wL8

Immutable

Events are append-only. No record is ever overwritten or deleted.

Queryable

Filter by recipe ID, user, action type, or time range via REST API.

Replayable

Rebuild recipe state at any point in time by replaying the event log.

API endpoint: GET /v1/recipes/:id/audit— paginated, sorted desc by timestamp