Skip to content

Interface: SortIndexStatusResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Sorts / SortIndexStatusResponse

Interface: SortIndexStatusResponse

Defined in: src/types/sorts.ts:575

Status of the background sort-indexing pass — GET /api/v1/sorts/index/status.

Properties

lastError?

optional lastError: string | null

Defined in: src/types/sorts.ts:577

Error from the most recent run when it failed (null on success or never-run).


lastIndexedCount?

optional lastIndexedCount: number | null

Defined in: src/types/sorts.ts:579

Sorts indexed by the most recent COMPLETED run (null until one finishes).


running

running: boolean

Defined in: src/types/sorts.ts:581

A background indexing pass is currently running for this tenant.


totalSorts

totalSorts: number

Defined in: src/types/sorts.ts:583

Data sorts currently in the tenant’s schema — the indexing denominator.