XentrDeveloper Docs
API ReferenceMonitoring

List telemetry data gaps

Returns detected gaps in machine telemetry (missed heartbeat windows) for the given factory. Useful for diagnosing ingest or connectivity issues.

GET
/api/factories/{factoryId}/data-quality/gaps
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Factory slug (e.g. "biocare-main"). Not a UUID.

Query Parameters

machineId?string

Filter gaps to a single machine.

hours?string

Lookback window in hours (default 24).

Response Body

curl -X GET "https://api.xentr.ai/api/factories/biocare-main/data-quality/gaps"
Empty
Empty