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
  }
}

Changes