curl --request GET \
--url https://api.example.com/api/v1/status/{asset_id}{
"asset_id": "<string>",
"timestamp": "<string>",
"health_score": 123,
"risk_level": "<string>",
"maintenance_window_days": 123,
"explanations": [
{}
],
"model_version": "<string>",
"baseline_targets": {},
"degradation_index": 123,
"rul_hours": 123
}Retrieve the current health assessment for an asset, including health score, risk level, degradation index, and remaining useful life (RUL).
curl --request GET \
--url https://api.example.com/api/v1/status/{asset_id}{
"asset_id": "<string>",
"timestamp": "<string>",
"health_score": 123,
"risk_level": "<string>",
"maintenance_window_days": 123,
"explanations": [
{}
],
"model_version": "<string>",
"baseline_targets": {},
"degradation_index": 123,
"rul_hours": 123
}Documentation Index
Fetch the complete documentation index at: https://mintlify.com/BhaveshBytess/PREDICTIVE-MAINTENANCE/llms.txt
Use this file to discover all available pages before exploring further.
Motor-01, Pump-A3)LOW, MODERATE, HIGH, or CRITICAL["Voltage readings within normal range (230.0V)", "Current draw stable at 15.2A"]cumulative-di:{DI_VALUE}|cycles:{CYCLE_COUNT}Example: cumulative-di:0.0234|cycles:142{
"voltage_v": 230.5,
"current_a": 15.2,
"power_factor": 0.95,
"vibration_g": 0.02
}
99999.0 when no active fault is present (infinite RUL).curl -X GET "http://localhost:8000/api/v1/status/Motor-01"
{
"asset_id": "Motor-01",
"timestamp": "2026-03-02T14:30:00.123456Z",
"health_score": 92,
"risk_level": "LOW",
"maintenance_window_days": 90.0,
"explanations": [
"Voltage readings within normal range (230.5V)",
"Current draw stable at 15.2A",
"Power factor excellent at 0.95",
"Vibration levels nominal (0.02g)"
],
"model_version": "cumulative-di:0.0234|cycles:142",
"baseline_targets": {
"voltage_v": 230.5,
"current_a": 15.2,
"power_factor": 0.95,
"vibration_g": 0.02
},
"degradation_index": 0.0234,
"rul_hours": 99999.0
}
{
"asset_id": "Motor-01",
"timestamp": "2026-03-02T18:45:00.987654Z",
"health_score": 35,
"risk_level": "HIGH",
"maintenance_window_days": 7.2,
"explanations": [
"Vibration spike (0.45g) — possible bearing wear",
"Power factor degradation (0.82)",
"Current surge detected (22.3A)"
],
"model_version": "cumulative-di:0.4521|cycles:847",
"baseline_targets": {
"voltage_v": 230.5,
"current_a": 15.2,
"power_factor": 0.95,
"vibration_g": 0.02
},
"degradation_index": 0.4521,
"rul_hours": 172.8
}
{
"asset_id": "Motor-02",
"timestamp": "2026-03-02T10:00:00.000000Z",
"health_score": 85,
"risk_level": "LOW",
"maintenance_window_days": 30.0,
"explanations": [
"Baseline not yet established. Collecting data..."
],
"model_version": "pending"
}
{
"detail": "No data for asset 'Motor-99'"
}
/api/v1/data/simple ingestion)/api/v1/baseline/build)