GET /api/v1/change-history
Returns a paginated feed of all changes made within a tenant. Every create, update, delete, publish, rollback, approve, reject, archive, and restore action is recorded in the audit log and surfaced through this endpoint. Use it to answer “who changed what, when?” for compliance, debugging, and operational visibility.Authentication
Requires a valid tenant and one of the following roles: admin or editor.Query Parameters
All parameters are optional. When no filters are provided, the endpoint returns the most recent changes across all entity types.Example Request
Fetch all decision flow changes in the last 7 days:Example Response
Response Fields
Action Types
Error Responses
See also: Audit Logs | Decision Flow Versions | Decision Flow Rollback