@archastro/sdk
    Preparing search index...

    Interface TaskSessionLeaseSummary

    Viewer-safe details about a task's current coding-session lease.

    interface TaskSessionLeaseSummary {
        expires_at: string;
        harness: string;
        session_name: string;
    }
    Index

    Properties

    expires_at: string

    Server-calculated lease expiry in ISO 8601 format.

    harness: string

    Bounded harness identifier for the coding session.

    session_name: string

    Display name supplied by the coding session that holds the lease.