@karmaniverous/jeeves-watcher
    Preparing search index...

    Interface ReindexStatus

    Reindex status snapshot for API consumers.

    interface ReindexStatus {
        active: boolean;
        scope?: string;
        startedAt?: string;
    }
    Index

    Properties

    active: boolean

    Whether a reindex operation is currently in progress.

    scope?: string

    The active reindex scope (when active is true).

    startedAt?: string

    ISO 8601 timestamp when the current reindex started (when active is true).