Circle V2 API Docs
    Preparing search index...

    Type Alias ChartReviewRunTraceMetadata

    type ChartReviewRunTraceMetadata = {
        audit_run_id: number | string;
        audit_template_id: number | string;
        entity_id?: number | string | null;
        environment: string;
        patient_id: number | string;
        run_mode: ChartReviewRunMode;
        settings?: Record<string, unknown>;
        treatment_episode_id?: string | null;
        trigger_id?: string | null;
        triggered_by_auth_uuid?: string | null;
    }
    Index

    Properties

    audit_run_id: number | string
    audit_template_id: number | string
    entity_id?: number | string | null
    environment: string
    patient_id: number | string
    settings?: Record<string, unknown>
    treatment_episode_id?: string | null
    trigger_id?: string | null
    triggered_by_auth_uuid?: string | null

    Supabase auth uuid of the user who triggered the run; null for automated.