ISPO SDK
    Preparing search index...

    Interface AgentSessionControlledListResult

    Markdown

    Bounded reload/visibility projection of protected bindings controlled by the authenticated caller. It is not transcript history or pair authority.

    interface AgentSessionControlledListResult {
        sessions: readonly AgentSessionState[];
    }
    Index
    sessions: readonly AgentSessionState[]