Count duplicated rowsAsk AIpost https://api.gigasheet.com/datasets/{handle}/deduplicate-rows-countCounts how many duplicates will be removed and how many rows remain when deduplicatingPath ParamshandlestringrequiredUnique file IDBody ParamsDeduplicate rows requestFilterModelobjectFilter model to use when deduplicating. Only rows matching this filter will be deduplicated. All other rows will remain.FilterModel objectcolumnsarray of stringsList of column ids used for deduplication. Deduplication is performed based on unique tuples of values from the given columns.columnsADD stringsortModelarray of objectsSorts to use when deduplicating. If not provided, default sheet row order will be used.sortModelADD objectResponses 200OK 400Bad Request 500Internal Server ErrorUpdated over 2 years ago