v1

latestOpenAPI 3.0.3BSL2026-07-17133415718.8 KB
Analytics

Get Cluster Analytics

This route allows you to view the cluster analytics for a dataset.

post/api/analytics/search/cluster

Headers

TR-Datasetstring uuid required

The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.

Request body

OR

Example request

{
  "filter": {
    "date_range": {
      "gt": "2021-01-01 00:00:00.000",
      "gte": "2021-01-01 00:00:00.000",
      "lt": "2021-01-01 00:00:00.000",
      "lte": "2021-01-01 00:00:00.000"
    }
  }
}

Response

The cluster analytics for the dataset

OR