API ReferenceapianalyticsPOST /v1/admin/clustering/run-monthly

POST /v1/admin/clustering/run-monthly

Service: analytics · operationId: (none)

Run monthly patient clustering analysis based on biomarker profiles and outcomes

Required scopes

(no scope declared — review service config)

Responses

200 Clustering completed

{
  "type": "object",
  "properties": {
    "patients_clustered": {
      "type": "number"
    },
    "clusters_created": {
      "type": "number"
    }
  },
  "required": [
    "patients_clustered",
    "clusters_created"
  ]
}

Example

curl -X POST https://analytics.platform.loop.health/v1/admin/clustering/run-monthly \
  -H "Authorization: Bearer $ACCESS_TOKEN"