Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / auditRuns

Function: auditRuns()

ts
function auditRuns(store, opts?): Promise<RunStateAudit[]>;

Defined in: packages/core/dist/index.d.ts

Audits every run the catalog lists. Loads EVERY journal it audits: this is operator tooling for finding stranded runs, not a hot path.

Parameters

ParameterType
storeJournalStore
opts?AuditRunsOptions

Returns

Promise&lt;RunStateAudit[]&gt;