Circle V2 API Docs
    Preparing search index...

    Type Alias ListSuperadminAuditRunsParams

    type ListSuperadminAuditRunsParams = {
        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 whose AI question set has at least one un-answered question.

    limit?: number
    offset?: number