Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface SessionEventHistoryOptions

    interface SessionEventHistoryOptions {
        agentId?: string;
        expectedHeadEventHash?: string;
        expectedMonitorFingerprint?: string;
        requireSealed?: boolean;
        sessionId?: string;
        verifyPayloads?: boolean;
        workspace: string;
    }
    Index
    agentId?: string

    Optional match against the native session/open identity; requires sessionId.

    expectedHeadEventHash?: string

    Independently saved head of the requested scope; detects a valid-prefix rollback.

    expectedMonitorFingerprint?: string
    requireSealed?: boolean
    sessionId?: string

    Omit for ALL selected-store events, as required by workspace spill lifecycle operations.

    verifyPayloads?: boolean

    Explicit opt-in: opens event payloads, may require keys, refuses unsupported retention.

    workspace: string