exportSignedAuditRange

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

Export a range of signed audit events to a file.

The exported file is a gzipped JSONL file containing all audit events in the specified time range, including signatures and chain metadata.

Return

The exported file.

Parameters

fromTs

Start timestamp.

toTs

End timestamp. Threading: Main-safe. File and database IO dispatched internally.