Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Aggregate counters over iot__ttlock_queue scoped to the caller organisation. Powers the small "API: 12 calls/min, 2 retry, 0 dead" widget in admin. Values are point-in-time; the queue itself is drained by the medium-priority cron worker processTTLockQueue.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
depthnumberRequiredUnprocessed rows still eligible for retry (ttl > 0).
deadnumberRequiredUnprocessed rows that exhausted retries (ttl = 0). Manual action required.
calls24hnumberRequiredAll queue rows inserted in the last 24 hours.
retries24hnumberRequiredRows in the last 24 hours retried at least once.
errors24hnumberRequiredRows in the last 24 hours with a non-null error_response.
{
"depth": 0,
"dead": 0,
"calls24h": 0,
"retries24h": 0,
"errors24h": 0
}GET /bff/iot-lock/queue-stats
curl -X GET "https://api.bizkithub.com/bff/iot-lock/queue-stats" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.