exportSignedAuditRange

suspend fun exportSignedAuditRange(fromTs: Long, toTs: Long): File

Export signed audit events to a file.

Return

The exported file (gzipped JSONL).

Parameters

fromTs

Start timestamp.

toTs

End timestamp.