Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mirobody.ai/llms.txt

Use this file to discover all available pages before exploring further.

Returns the most recent value of each indicator.
GET /api/v1/holywell/health-indicator/watch/latest
Authorization: Bearer <access_token>
{
  "code": 0, "msg": "success",
  "data": {
    "total": 20,
    "data": [
      {
        "id":              144085,
        "indicator":       "Daily Sedentary Duration",
        "value":           "8.4 h",
        "start_time":      "2026-05-08 11:08:00",
        "end_time":        "2026-05-08 11:08:00",
        "source_table":    "th_files",
        "source_table_id": "web_uploads/...pdf",
        "comment":         "<encrypted>"
      }
    ]
  }
}
The comment field is encrypted at rest.