runsOf

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

contextIdValue

The tenant.

propositionId

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

contextId

The tenant.

propositionId

The canonical proposition id.

limit

The most runs to return. Must be positive.