Action History & Revert
Every action execution is logged with full request and response details. For destructive operations, Staffify captures the before-state so you can undo changes.
What Gets Logged
- Full HTTP request (method, URL, headers, body)
- Full HTTP response (status code, headers, body)
- Timestamp and duration
- Which AI agent triggered the action and in which call/conversation
- Success or failure status with error details
Revert for Destructive Operations
For PUT, PATCH, and DELETE actions, the system automatically captures the before-state by issuing a GET request before executing the action.
- A Revert button appears in the execution log for eligible operations
- Clicking Revert sends a request to restore the original state
- Revert history is also logged so you have a full audit trail
You can also export execution history as CSV for reporting and compliance purposes.