latestReports

fun latestReports(limit: Int, since: Instant? = null): List<DriftReportDto>

The most recent whole-graph drift checks for the declared schema, newest first.

Checks scoped to a context are left out; ask reportsInContext for those.

Return

At most limit reports, newest first.

Parameters

limit

The most reports to return.

since

When non-null, only reports captured at or after this instant.

Throws

if limit is outside its bounds.