cURL
curl --request GET \ --url https://backend.claros.health/metrics/
{ "metrics": [ { "id": 123, "name": "<string>", "calculation_formula": [ "<string>" ], "patient_values_count": 123, "description": "<string>", "unit": "<string>", "filter_variable_id": 123, "low_quality_threshold": 123, "high_quality_threshold": 123, "is_ascending": true } ] }
Retrieves a list of all metrics in the system
X-API-Key
{ "metrics": [ { "id": 1, "name": "BMI", "description": "Body Mass Index", "unit": "kg/m²", "patient_values_count": 150 }, { "id": 2, "name": "Blood Pressure", "description": "Systolic and Diastolic Blood Pressure", "unit": "mmHg", "patient_values_count": 200 } ] }
Successful response
Show child attributes