runs In Context
open override fun runsInContext(contextIdValue: String, limit: Int, since: Instant?): List<ExtractionRun>
One tenant's runs, newest first.
Return
At most limit runs, newest first by start time and then by run id.
Parameters
context Id Value
The tenant.
limit
The most runs to return. Must be positive.
since
When non-null, only runs started at or after this instant.
Throws
if limit is not positive.