runs Of
abstract fun runsOf(contextIdValue: String, propositionId: String, limit: Int): List<ExtractionRunRef>
The runs that produced the proposition, in one tenant, by run id ascending.
Return
At most limit run references. Empty if the proposition is unknown to this tenant.
Parameters
context Id Value
The tenant.
proposition Id
The canonical proposition id.
limit
The most runs to return. Must be positive.
Throws
if limit is not positive.
open fun runsOf(contextId: <Error class: unknown class>, propositionId: String, limit: Int): List<ExtractionRunRef>
runsOf for Kotlin callers holding a typed tenant.
Return
At most limit run references.
Parameters
context Id
The tenant.
proposition Id
The canonical proposition id.
limit
The most runs to return. Must be positive.