Circle V2 API Docs
    Preparing search index...
    type ListSuperadminAuditRunsServiceParams = {
        dateFrom?: string;
        dateTo?: string;
        entityId?: EntityId;
        hasPendingResponses?: boolean;
        limit: number;
        offset: number;
    }
    Index

    Properties

    dateFrom?: string
    dateTo?: string
    entityId?: EntityId
    hasPendingResponses?: boolean

    Default true: only runs with at least one un-answered AI question.

    limit: number
    offset: number