List audit logs
automation & ci
// what it does
Lists the org's audit trail — who created, deleted, or changed what, and when. --action filters by event type and --limit pages the output; --format json feeds it into your SIEM or a compliance report.
// shell
$ pscale audit-log list --limit 50$ pscale audit-log list --format json --limit 100// gotcha
Audit log access and retention depend on your plan tier. When something surprising happened to a database, this is where "who deleted that branch?" gets answered — check it before accusing the intern.