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"Related
services/analytics— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced