/bff/iot-lock/queue-stats
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.
IoTgetBffIot-lockQueue-stats
No parameters
This endpoint takes no path, query, header or body parameters.
Request
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"Response
JSON payload
{
"depth": 0,
"dead": 0,
"calls24h": 0,
"retries24h": 0,
"errors24h": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.