v12

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2021-08-2791118.4 KB
data

Fetch statistics about your data set.

Statistics are largely based on the results of the enrichment endpoint.

get/data/statistics

Response

Enrichment started, will complete asynchronously

Example response

{
  "data": {
    "scores": {
      "3": 1,
      "7": 5,
      "15": 3
    },
    "duplicateCount": 2,
    "subsetCount": 1,
    "uniqueCount": 4
  }
}