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
Unique identifier of the metric
Name of the metric
Array of strings representing the formula used to calculate the metric
Number of patients with values for this metric
Description of what the metric measures
Unit of measurement for the metric
ID of the variable used to filter patients for this metric
The threshold below which quality is considered low
The threshold above which quality is considered high
Whether higher values indicate better quality