Circle V2 API Docs
    Preparing search index...
    type TriggerSessionValidationsParams = {
        createdBy?: UserId;
        sessionId: SessionId;
        settings?: ChartReviewSettings;
    }
    Index

    Properties

    createdBy?: UserId

    Optional override of the user the audit_runs are attributed to. When omitted the service uses session.created_by.

    sessionId: SessionId

    Resolved chart-review settings (typically from a feature flag at the trpc layer). Falls back to the legacy defaults when omitted — needed for callers without a per-user flag context (e.g. webhook handlers).