GET /api/loft/traces
Trace a patient’s messages across all monitored interfaces.| Query Param | Type | Description |
|---|---|---|
patient_id | string | Patient MRN |
account_number | string | Account/visit number |
control_id | string | Message control ID |
since | ISO 8601 | Start time |
limit | int | Max results |
curl
Response
GET /api/loft/traces/
Get a specific trace by ID (treated as patient_id lookup).curl
GET /api/loft/gaps
Detect gaps in message sequences.| Query Param | Type | Description |
|---|---|---|
interface_id | string | Interface to check |
sequence | string | Expected sequence |
since | ISO 8601 | Start time |
patient_id | string | Filter by patient |
curl
GET /api/loft/latency
Measure message latency between interfaces.| Query Param | Type | Description |
|---|---|---|
from_interface | string | Source interface ID |
to_interface | string | Destination interface ID |
message_type | string | Filter by message type |
since | ISO 8601 | Start time |
curl
GET /api/loft/sequences
List all known message sequences.curl

