Pular para o conteúdo principal

List audit entries

GET 

/api/v1/audit/entries

Returns what changed, who changed it and when, newest first. Entries come back in the order they were written, which under concurrent writes is not always the order of their timestamps — the numbering is the authoritative sequence. The log is append-only and numbered without gaps, so a missing entry is detectable rather than invisible. Values inside the recorded changes are masked for callers who may not see them. Requires audit.read.

Request

Responses