Circle V2 API Docs
    Preparing search index...

    Type Alias ChartReviewRunTraceMetadata

    type ChartReviewRunTraceMetadata = {
        audit_run_id: number | string;
        audit_template_id: number | string;
        audit_template_name?: string | null;
        entity_id?: number | string | null;
        environment: string;
        note_modality?: string | null;
        note_template_id?: number | string | null;
        note_template_name?: string | null;
        patient_id: number | string;
        patient_session_id?: number | string | null;
        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
    audit_template_name?: string | null

    Human-readable name of the audit (rule-set) template this run executed.

    entity_id?: number | string | null
    environment: string
    note_modality?: string | null
    note_template_id?: number | string | null
    note_template_name?: string | null

    Human-readable name of that note template (session-note only).

    patient_id: number | string
    patient_session_id?: number | string | null

    Named patient_session_id — LangSmith reserves session_id as a thread key.

    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.