runsOf

open override 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.