Circle V2 API Docs
    Preparing search index...
    getById: QueryProcedure<
        {
            input: { id: string };
            meta: object;
            output: {
                auditRun: {
                    archived: boolean;
                    audit_template_id: string & { __brand: "AuditTemplateId" } | null;
                    case_id: string & { __brand: "CaseId" } | null;
                    created_at: DbDate;
                    created_by: string & { __brand: "UserId" } | null;
                    hidden: boolean;
                    id: AuditRunId;
                    status: string | null;
                    summary: string | null;
                    template_name: string | null;
                    trigger: string | null;
                    triggered_at: string | null;
                };
                responses: LegacyAuditRunResponseViewModel[];
                score: number
                | null;
                statusCounts: AuditRunStatusCounts;
                templateQuestionCount: number;
            };
        },
    > = ...