Management API — Audit Trail
Management API — Audit Trail
Read the organization’s trail of management actions. Requires a Management API Key and is scoped to its organization — see the Overview for authentication and error conventions.
Each successful folder, member, and Red Team API Key mutation appends one audit entry. A rejected action leaves no entry. Entries record identifiers and the action only — no folder, key, or user content is ever stored.
List audit entries
GET /management/audit
Returns entries newest first.
actorUserId is the owner of the Management API Key that performed the action, and
keyId is that key. folderId, memberUserId, and targetKeyId appear only for
actions that touch those resources.
Page through history
nextCursor is the before value to pass to fetch the next page, or null when the
last page has been reached. Keep requesting with it until it comes back null: