Endpoint
Query Parameters
Look back period in hours. Defaults to 24 hours.
Maximum number of records to return. Defaults to 50.
Filter logs by specific asset identifier (e.g., “Motor-01”). If not provided, returns logs for all assets.
Response
Array of maintenance log entries
Timestamp of the maintenance event (UTC)
Asset identifier (e.g., “Motor-01”)
Type of maintenance event. Allowed values:
PREVENTIVE_LUBRICATIONPREVENTIVE_CLEANINGPREVENTIVE_INSPECTIONCORRECTIVE_BEARING_REPLACEMENTCORRECTIVE_ALIGNMENTCORRECTIVE_ELECTRICALSTATUS_CALIBRATIONSTATUS_RESTART
Event severity level:
LOW, MEDIUM, HIGH, or CRITICALHuman-readable description of the maintenance activity
Unique identifier for this log entry (UUID v4)
Total number of logs returned in the response
Use Cases
- Chart Overlay: Display maintenance events on sensor charts to visualize correlation between maintenance activities and sensor readings
- Anomaly Correlation: Correlate sensor anomalies with maintenance activities to understand cause and effect
- Audit Trail: Review operator-logged events for compliance and documentation purposes
- ML Training: Retrieve ground-truth labels for supervised machine learning model training