Circle V2 API Docs
    Preparing search index...
    type RerunAuditQuestionParams = {
        auditQuestionId: AuditQuestionId;
        auditRunId: AuditRunId;
        createdBy: UserId;
        questionText?: string;
        settings: LegacyChartReviewSettings;
    }
    Index

    Properties

    auditQuestionId: AuditQuestionId
    auditRunId: AuditRunId
    createdBy: UserId

    User attributed to the re-run (the authenticated caller).

    questionText?: string

    Optional transient override of the question's text for this re-run only (superadmin "edit & re-run"). Forwarded to the runner as a questionTextOverrides map keyed by the audit_question id; the template's audit_question row is never mutated, but the overridden text IS persisted onto the resulting audit_response.

    Pre-resolved chart-review settings (resolved by the caller, mirroring run.mutation).