Events And History
Testudo uses Kubernetes Events, CRD status history, and statistics resources for observability.
Kubernetes Events
Operator emits Events for important state changes and errors. Server exposes:
GET /apis/v1/eventsGET /apis/v1/watch/eventsGET /apis/v1/:resource/:name/historyGET /apis/v1/watch/:resource/:name/events
The console page Events And Audit / Task Events aggregates task events.

Sync History
DataSync.status.history and ResourceSync.status.history record recent sync attempts, start and completion times, backup names, restore names, resource counts, and status.
Operation History
DisasterOperation records step details. Use operation history when debugging failover, reprotect, cancel, or drill execution.