ISPO SDK
    Preparing search index...

    Interface CloudSessionSummary

    Markdown

    A recent metered/hosted session, presentational only. ref is a short, NON-identifying display token (never the raw run/session id); the host derives it so chrome never renders a run_/ten_/acct_ id.

    interface CloudSessionSummary {
        aiUnits: number;
        createdAt: string;
        endedAt?: string;
        ref: string;
        status: string;
    }
    Index
    aiUnits: number
    createdAt: string
    endedAt?: string
    ref: string
    status: string